-
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
Haproxy fileset http renamed to log #8405
Haproxy fileset http renamed to log #8405
Conversation
@sayden you will need to run |
b5a52ec
to
76f8a40
Compare
Yeap, I always forget this. Done and pushed |
@@ -2,7 +2,7 @@ | |||
{ | |||
"@timestamp": "2018-07-30T09:03:52.726Z", | |||
"fileset.module": "haproxy", | |||
"fileset.name": "http", | |||
"fileset.name": "log", |
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.
I think this is the only change that should be done to this file, see #8401
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.
It must have been something related with make update
command because tests are passing. :| Means, I haven't directly touched those lines.
76f8a40
to
bf4e4cf
Compare
I have updated the branch and the failed test is about metricbeat... :| |
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.
It LGTM, failing tests are not related.
Failing test is #8412 |
(cherry picked from commit 058916c)
In order to achieve a "plug & play" solution for most of Haproxy logging needs as described here elastic/integrations#3250 we have to rename current fileset called
http
to a generic name likelog
.Now we want to parse
tcplog
anddefault
log formats that could be interleaved in the same log file. It would be misleading if the fileset is calledhttp
where we are doing also other kinds of log parsing.