Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick #4823 to master: Add filesystem.ignore_types to ignore filesystem types #4906

Merged
merged 1 commit into from
Aug 16, 2017

Conversation

andrewkroh
Copy link
Member

Cherry-pick of PR #4823 to master 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

* 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 70caf0e)
@andrewkroh andrewkroh force-pushed the backport_4823_master branch from a7139f3 to a2da1b0 Compare August 15, 2017 17:34
@exekias exekias merged commit aa54a22 into elastic:master Aug 16, 2017
andrewkroh added a commit to andrewkroh/beats that referenced this pull request Aug 16, 2017
…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 pushed a commit that referenced this pull request Aug 16, 2017
#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 #4685

(cherry picked from commit aa54a22)
@andrewkroh andrewkroh deleted the backport_4823_master 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