You need to remove the prefix from [message]. I would suggest something like this, but if you do not care about the prefix it could be something as simple as
mutate { gsub => [ "message", ".*{", "{" ] }
You need to remove the prefix from [message]. I would suggest something like this, but if you do not care about the prefix it could be something as simple as
mutate { gsub => [ "message", ".*{", "{" ] }
© 2020. All Rights Reserved - Elasticsearch
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.