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 #4717 to 6.0: Adds a "type" field to the filesystem beat #4991

Merged
merged 2 commits into from
Aug 24, 2017

Conversation

tsg
Copy link
Contributor

@tsg tsg commented Aug 24, 2017

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

Its value is copied from sigar.FileSystem.SysTypeName and passed through so that it becomes possible to filter out overlay, tmpfs or otherwise uninteresting filesystems.

Fixes #3459.

@tsg
Copy link
Contributor Author

tsg commented Aug 24, 2017

@andrewkroh Just checking, you wanted this one in 6.0, right? Becasue it seems to be somehow related to the ingore_types option, which is already backported.

Its value is copied from sigar.FileSystem.SysTypeName (on Windows, sigar.FileSystem.TypeName) and passed through so that it becomes possible to filter out `overlay`, `tmpfs` or otherwise uninteresting filesystems.

Fixes elastic#3459.

(cherry picked from commit 94a197b)
@tsg tsg force-pushed the backport_4717_6.0 branch from 7488091 to 4ca2045 Compare August 24, 2017 12:08
@andrewkroh
Copy link
Member

It would be nice to have this in 6.0. This change complements the filesystem.ignore_types feature nicely, but they are completely independent.

@andrewkroh andrewkroh merged commit 1018fa9 into elastic:6.0 Aug 24, 2017
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…m beat (elastic#4991)

* Adds a "type" field to the filesystem beat (elastic#4717) (elastic#4717)

Its value is copied from sigar.FileSystem.SysTypeName (on Windows, sigar.FileSystem.TypeName) and passed through so that it becomes possible to filter out `overlay`, `tmpfs` or otherwise uninteresting filesystems.

Fixes elastic#3459.

(cherry picked from commit 7e2396a)
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.

3 participants