Send the data to a logstash instance and then there you can create a grok pattern to filter out the timestamp and then just recognize the JSON afterwards.
A grok pattern like this should work
%{DATE} %{TIME} \+0000 UTC %{GREEDYDATA:json_data}
Then use the JSON filter to parse the json_data 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.