If you parse a JSON with filebeat and send it in elasticsearch, all root keys from the original json document will have the prefix json.<fieldname>. For example
{"status":400} -> {"json" : { "status" : 400}}
Right?
So can we change this json name to something of our own liking or should we rewrite everything using logstash/ingest. (for example {"webservername":{"status":400}})
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.