Skip to content

Cherry-pick #4823 to 6.0: Add filesystem.ignore_types to ignore filesystem types#4918

Merged
exekias merged 1 commit intoelastic:6.0from
andrewkroh:backport_4823_6.0
Aug 16, 2017
Merged

Cherry-pick #4823 to 6.0: Add filesystem.ignore_types to ignore filesystem types#4918
exekias merged 1 commit intoelastic:6.0from
andrewkroh:backport_4823_6.0

Conversation

@andrewkroh
Copy link
Copy Markdown
Member

Cherry-pick of PR #4823 to 6.0 branch. Original message:

Add filesystem.ignore_types to the system module for ignoring filesystems
in the filesystem and fsstat metricsets. The new configuration option
accepts a list of filesystem types.

metricbeat.modules:
- module: system
  metricsets: [filesystem, fsstat]
  filesystem.ignore_types: [nfs, smbfs, proc, cgroups]

Closes #4685

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think something went wrong here?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fixed now.

…elastic#4906)

* Add filesystem.ignore_types to ignore filesystem types

Add `filesystem.ignore_types` to the system module for ignoring filesystems
in the `filesystem` and `fsstat` metricsets. The new configuration option
accepts a list of filesystem types.

    metricbeat.modules:
    - module: system
      metricsets: [filesystem, fsstat]
      filesystem.ignore_types: [nfs, smbfs, proc, cgroups]

Closes elastic#4685

(cherry picked from commit aa54a22)
@exekias
Copy link
Copy Markdown
Contributor

exekias commented Aug 16, 2017

jenkins, retest this please

@exekias exekias merged commit 2fa4bb0 into elastic:6.0 Aug 16, 2017
@andrewkroh andrewkroh deleted the backport_4823_6.0 branch October 23, 2017 20:19
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…elastic#4906) (elastic#4918)

* Add filesystem.ignore_types to ignore filesystem types

Add `filesystem.ignore_types` to the system module for ignoring filesystems
in the `filesystem` and `fsstat` metricsets. The new configuration option
accepts a list of filesystem types.

    metricbeat.modules:
    - module: system
      metricsets: [filesystem, fsstat]
      filesystem.ignore_types: [nfs, smbfs, proc, cgroups]

Closes elastic#4685

(cherry picked from commit 575483a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants