-
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
Filebeat: Add option to convert kafka module timezones to UTC #7578
Conversation
3478d4c
to
6d33214
Compare
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. Can you rebase on master to get CI green?
Is the in progress
label intentional?
default: false | ||
# if ES < 6.1.0, this flag switches to false automatically when evaluating the | ||
# pipeline | ||
min_elasticsearch_version: |
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 completely forgot we have this feature. Nice.
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 copied this part from the system module 😄
6d33214
to
4238480
Compare
Rebased |
@@ -216,6 +216,7 @@ https://github.com/elastic/beats/compare/v6.2.3...master[Check the HEAD diff] | |||
- Add Audit log fileset to the Elasticsearch module. {pull}7365[7365] | |||
- Add Slow log fileset to the Elasticsearch module. {pull}7473[7473] | |||
- Add deprecation fileset to the Elasticsearch module. {pull}7474[7474] | |||
- Add `config_timezone` option to Kafka module to convert dates to UTC. {issue}7546[7546] {pull}7578[7578] |
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.
@jsoriano I think this line should say convert_timezone
, not config_timezone
, correct?
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.
Correct, I'll open a PR to fix this.
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.
Fixes #7546