-
Notifications
You must be signed in to change notification settings - Fork 450
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 of a new RabbitMQ timestamp format #2905
Comments
Pinging @elastic/integrations (Team:Integrations) |
Ping @elastic/obs-service-integrations. |
Updated description with reference to these comments elastic/beats#13879 (comment), and moved to the integrations repository as this applies to the package integration and to the Filebeat module. |
I'm seeing the same issue with the agent integration for rabbitmq (which of course uses filebeat)
this basically makes the log integration for rabbitmq "useless" as grok pattern matching will always fail. the change is not too hard
|
The change has been made to support new timestamp format. |
Hi! We just realized that we haven't looked into this issue in a while. We're sorry! We're labeling this issue as |
Describe the enhancement:
Add RabbitMQ timestamp format with nanosecond precision and timezone "2022-03-23 13:16:58.000369+03:00".
Latest version switched to new default timestamp format and it's not supported by filebeat rabbitmq module.
Previous timestamp format "2019-04-12 10:11:15.094".
Now RabbitMQ ingest pipeline using DATETIME pattern and it should be replaced by TIMESTAMP_ISO8601 (see these comments about this).
RabbitMQ logging description - https://www.rabbitmq.com/logging.html
Describe a specific use case for the enhancement or feature:
2022-03-23 13:16:58.000369+03:00 [warning] <0.24873.39> client unexpectedly closed TCP connection
This issue applies to the package integration and to the Filebeat module.
The text was updated successfully, but these errors were encountered: