-
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
Cherry-pick #8637 to 6.x: Haproxy filebeat module tcp and default formats #8690
Conversation
|
||
- name: geoip | ||
type: group | ||
description: > | ||
Contains GeoIP information gathered based on the client_ip field. | ||
geoip contains information gathered based on the client.ip 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.
Oh, I didn't see this in the original PR 🙁 This shouldn't have been changed, but let it for future PRs.
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.
Can't I change it now?
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.
You can, but ideally this should be fixed on master first.
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.
Is it ok to leave it like this? Contains GeoIP information gathered based on the client.ip field.
(with client.ip
instead of 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.
Oh, yes, leave it like it was before, but with 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.
Sure, done here #8691
e83b0c9
to
7a61c0f
Compare
7a61c0f
to
21c17e2
Compare
Test is not related to filebeat. Merging |
Cherry-pick of PR #8637 to 6.x branch. Original message:
Adds TCP and Default format parsing in parallel to HTTP format as described here https://cbonte.github.io/haproxy-dconv/1.7/configuration.html#8.2 So the three types of logs can be parsed even if they are mixed in the file
Merges #8428 and #8526 into a single PR because now #8526 depends on #8428