Skip to content

Document include_fields filter usage #3340

@robertoschwald

Description

@robertoschwald

For confirmed bugs, please report:

  • Version: 5.1.1
  • Operating System: CentOS 7
  • Steps to Reproduce:

Have very hard times to get Metricbeat mysql raw filtering working. The docs even state that "filters" are obsolete and will be replaced by a new mechanism. By which?
https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-metricbeat.html

It seems the Metricbeat filtering stuff is not documented for mysql raw field usage. We tried all sorts of patterns, but it simply does not work.

In my case, I want to filter on Innodb buffer status, and already tried many patterns, but none of them worked:

  • mysql.status.raw.Innodb_buffer_pool_pages_flushed
  • Innodb_buffer_pool_pages_flushed
  • status.raw.Innodb_buffer_pool_pages_flushed
  • raw.Innodb_buffer_pool_pages_flushed
  • mysql.status.raw.Innodb.buffer.pool.pages.flushed

.. and so on.

I even didn't find any examples on GH in any project how to filter on mysql raw status values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions