-
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
Fix saved objects in filebeat haproxy dashboard #9417
Fix saved objects in filebeat haproxy dashboard #9417
Conversation
Pinging @elastic/infrastructure |
8d6abb7
to
0bea8b6
Compare
@@ -156,7 +155,7 @@ | |||
"enabled": true, | |||
"id": "1", | |||
"params": { | |||
"field": "haproxy.client_ip" | |||
"field": "haproxy.client.ip" |
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.
Did we change the name of this field?
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.
Yes, in #8637, before the module was released, but without checking the dashboard :(
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.
LGTM
Use proper field for client ip Add the panels to the dashboard Use same map configuration as in other modules for geoip view (cherry picked from commit cb898ff)
Use proper field for client ip Add the panels to the dashboard Use same map configuration as in other modules for geoip view (cherry picked from commit cb898ff)
Fix issues with saved objects in filebeat dashboard:
Fixes #9389