-
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
add support for new timestamp format #34211
add support for new timestamp format #34211
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
…r/beats into rabbitmq_timestamp_filebeat_2905
@@ -1,6 +1,6 @@ | |||
[ | |||
{ | |||
"@timestamp": "2019-04-03T11:13:15.076-02:00", | |||
"@timestamp": "2023-01-03T05:20:19.811-02:00", |
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.
There is no difference in the @timestamp format before vs after?
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.
The @timestamp field is parsed from timestamp field, the actual change is in timestamp field.
This pull request is now in conflicts. Could you fix it? 🙏
|
This pull request is now in conflicts. Could you fix it? 🙏
|
This pull request is now in conflicts. Could you fix it? 🙏
|
2023-01-24 10:38:49.525012+00:00 [info] <0.723.0> Ready to start client connection listeners | ||
2023-01-24 10:38:49.525875+00:00 [info] <0.868.0> started TCP listener on [::]:5672 | ||
completed with 4 plugins. | ||
2023-01-24 10:38:49.664998+00:00 [info] <0.723.0> Server startup complete; 4 plugins started. |
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.
Looks like these messages are missing in the expected.json file, please check.
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.
updated.
…r/beats into rabbitmq_timestamp_filebeat_2905
* add support for new timestamp format
What does this PR do?
This PR supports RabbitMQ new timestamp format with nanosecond precision and timezone "2022-03-23 13:16:58.000369+03:00".
Previous timestamp format "2019-04-12 10:11:15.094".
New DATETIME pattern is replaced by TIMESTAMP_ISO8601.
Why is it important?
This change is required as latest rabbitmq version switched to new default timestamp format.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues
Logs