-
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
Use dots in field names and make filters pluggable #1623
Conversation
3ce4f07
to
cf3bc65
Compare
a684b5d
to
006a567
Compare
# exported event: | ||
# event -> filter1 -> event1 -> filter2 ->event2 ... | ||
# Supported actions: drop_fields, drop_event, include_fields | ||
# filters: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the space in front of the config options which should be uncommented. makes it easy to see difference between config and docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good spot. Thanks
c6730f2
to
3c34957
Compare
LGTM |
@ruflin I have updated the filters implementation at the Metricbeat module level with the latest changes. |
# Supported actions: drop_fields, drop_event, include_fields | ||
#filters: | ||
#- drop_fields: | ||
# equals: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if the indentation will be correct, if someone removes all 4 # here? I think one more space for the last 3 is needed?
b0fb996
to
9779a43
Compare
This PR includes the following changes:
.
in the condition:equals:
process.pid: 34443
I will update the documentation in a separate PR as well as system tests for Metricbeat.