Skip to content
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

Merged
merged 1 commit into from
Sep 25, 2018

Conversation

sayden
Copy link
Contributor

@sayden sayden commented Sep 24, 2018

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 like log.

Now we want to parse tcplog and default log formats that could be interleaved in the same log file. It would be misleading if the fileset is called http where we are doing also other kinds of log parsing.

@jsoriano
Copy link
Member

@sayden you will need to run make update and commit the changes.

@sayden
Copy link
Contributor Author

sayden commented Sep 24, 2018

@sayden you will need to run make update and commit the changes.

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",
Copy link
Member

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

Copy link
Contributor Author

@sayden sayden Sep 24, 2018

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.

@sayden sayden force-pushed the renaming_of_http_filebeat_on_haproxy branch from 76f8a40 to bf4e4cf Compare September 24, 2018 14:35
@sayden
Copy link
Contributor Author

sayden commented Sep 24, 2018

I have updated the branch and the failed test is about metricbeat... :|

Copy link
Member

@jsoriano jsoriano left a 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.

@jsoriano
Copy link
Member

Failing test is #8412

@sayden sayden merged commit 058916c into elastic:master Sep 25, 2018
sayden added a commit to sayden/beats that referenced this pull request Sep 25, 2018
@sayden sayden added the v6.5.0 label Sep 25, 2018
@sayden sayden deleted the renaming_of_http_filebeat_on_haproxy branch August 25, 2022 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants