Consider this data that I'm going to index in elastic search. Should I implement it using logstash transformation or kibana scripted field? Which is the best practice?
Medium answer: Scripted fields are generated every time the data is queried for every row. It's uses necessary processes if you are able to generate the data before or during ingest. Logstash will process and make the new field 1 time and it's set.
Thank you! I decided to use logstash translate plugin and just add a new field. I think this is the proper way. I will now be able to get rid of my scripted fields
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.