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

Cherry-pick to 6.x: Ignore timestamp in redis, haproxy and system filebeat module (#9855) #9857

Merged
merged 5 commits into from
Jan 3, 2019
Merged

Cherry-pick to 6.x: Ignore timestamp in redis, haproxy and system filebeat module (#9855) #9857

merged 5 commits into from
Jan 3, 2019

Conversation

kaiyan-sheng
Copy link
Contributor

@kaiyan-sheng kaiyan-sheng commented Jan 3, 2019

  • Ignore timestamp in redis, haproxy and system filebeat module

  • Fixing formatting

(cherry picked from commit b9a20f7)

This PR also cherry picked #9506 from commit ea8e6d6

This PR also cherry picked #9862 from commit 9b740a9

@kaiyan-sheng kaiyan-sheng added Team:Integrations Label for the Integrations team Filebeat Filebeat backport review and removed Team:Integrations Label for the Integrations team Filebeat Filebeat labels Jan 3, 2019
NOTICE.txt Outdated
@@ -1,5 +1,5 @@
Elastic Beats
Copyright 2014-2018 Elasticsearch BV
Copyright 2014-2019 Elasticsearch BV
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we wait till #9855 is merged and backported, then rebase this PR on 6.x?

@@ -170,6 +170,7 @@ def _test_expected_events(self, test_file, objects):

for ev in expected:
found = False
clean_keys(ev)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we wait till #9852 is merged and then rebase this PR on 6.x?

kaiyan-sheng and others added 5 commits January 3, 2019 10:08
* Ignore timestamp in redis, haproxy and system filebeat module

* Fixing formatting

(cherry picked from commit b9a20f7)
The icing/startup log file does not contain a timestamp. Because of this the timestamp from filebeat is taken. During the generation of golden files still a timestamp was added but every skipped on comparison. Instead now the timestamp is not added to the generated file anymore to now show a diff each time GENERATE is run.
@kaiyan-sheng kaiyan-sheng requested a review from jsoriano January 3, 2019 19:41
@kaiyan-sheng kaiyan-sheng merged commit bec8a0f into elastic:6.x Jan 3, 2019
@kaiyan-sheng kaiyan-sheng deleted the backport_9855_6.x branch January 3, 2019 20:21
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.

4 participants