Out of the box you won't be able to parse that kind of message, you will either need to send the message to an ingest pipeline or Logstash and the beats input for more event parsing using grok and the json decoder.
Yes we thought that json decode would be able to do it but after reading the documentation seems like the first two strings has to be an actual json object which its really not because of the format.
If i send this to logstash i an grok the first field as timestamp and the second filed has hostname or source but then what would I do with the json message field?
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.