-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
topbeat - exclude filesystems #915
Comments
The issue duplicates #914. |
There are two options here: one would be to add a configuration option in topbeat as you suggested ( |
Closing the issue as it duplicates #914. |
Thanks for the information @monicasarbu, I have read #914 and #451 and It's difficult find documentation about how use it. It says:
But inside topbeat.yml there is libbeat config section but it only has: output, shipper and logging sections. Where should I put the filter conditions? as top level section? |
Actually none of the options that I presented is not yet implemented. Sorry for the confusion. We are working at the moment on the generic filtering feature and it will be available in one of the next major releases. |
It would be great if topbeat could do something like
exclude_filesystems
with regex, like filebeat does withexclude_files
It will be useful for filesystems like "tmpfs", "proc", "sys", "dev", etc...
I have about seven in memory filesystems per server like mentioned above, for about 200 servers sending this data each minute, that is a lot of useless information that I would like to filter and do not send to ES
The text was updated successfully, but these errors were encountered: