1. Describe your incident:
I am getting the following errors:
message
Failed to process message with id ‘01GY0FPD4H69B4MH5FSBQFK2VN’: Replaced invalid timestamp value in message <68367902-daf0-11ed-9ac6-00505688713b> with current time
gl2_processing_error
Replaced invalid timestamp value in message <5c03e902-dafb-11ed-9ac6-00505688713b> with current time - Value <2023-04-14T15:34:22.200-0400> caused exception: Invalid format: “2023-04-14T15:34:22.200-0400” is malformed at “T15:34:22.200-0400”.
failure_details
Value <2023-04-14T14:15:57.854-0400> caused exception: Invalid format: “2023-04-14T14:15:57.854-0400” is malformed at “T14:15:57.854-0400”.
failure_cause
InvalidTimestampException
2. Describe your environment:
log ingest setup: (Graylog and Wazug-Indexer are on the same host)
Wazuh Agent > Graylog Input > Extractor > Stream
- OS Information:
Ubuntu 22.04
- Package Version:
Graylog Server 5.0.5-1
Graylog Enterprise 5.0.6-1
Wazuh Indexer 4.4.0-1
- Service logs, configurations, and environment variables:
All devices and servers are configure for Eastern time.
I was not able to find any configuration files that specified timestamp standards.
3. What steps have you already taken to try and solve the problem?
I’ve google searched this issue and looked around the Graylog forums. I did find many posts with a similar issue and I blieve this issue is the missing : in the timezone (0400) of the timestamp. I have tried figuring out where this timestamp is being generated and why it is invalid but have had no luck.
I created a JSON extractor but once that has crerated the new fields Graylog throws the error and replaces the timestamp which stops me from creating a new extracotr to fix it.
4. How can the community help?
I’m looking for some assistance in figuring out why this timestamp is invalid and the best why to resolve it.
Any help would be greatly appreciated as I have spent more time than I’d like to admit on troubleshooting this issue.
Thank you.