Must be something really simple, but am struggling to make it work.
The sample log line:
2020-07-29 12:17:16.948 +02:00 [80000025-0002-ff00-b63f-84710c7967bb] [Some.Text.Goes.Here.Controllers.UserController] [DBG] Starting api/me
This timezone segment is giving me a headache. I cannot match it with TIMESTAMP_ISO8601.
If we ignore the date and timezone, so far I can Grok it with this pattern:
[%{UUID:Correlation}] [%{GREEDYDATA:Source}] [%{WORD:Level}] %{GREEDYDATA:Message}
Then this would Grok it successfully:
%{TIMESTAMP_ISO8601:timestamp} [%{UUID:Correlation}] [%{GREEDYDATA:Source}] [%{WORD:Level}] %{GREEDYDATA:Message}
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.