Hi,
What is the best way of doing data transformations in the ELK flow.
I want for example transform seconds into minutes. Is there a way of doing that kind of calculations in Kibana? Don't think logstash is the right place. Or should I run updated in ES directly?
Thanks for your input,
I think doing tranformations in LS will make the config to to complex in the long run and also have to much of an performance hit. We have an index rate of 10.000 ind/s so i'm trying to keep LS as streamlined as possible.
How does scripted fields in KB work?
For transformation from seconds into minutes, scripted fields are indeed a good option. By default scripted fields use Lucene expressions syntax, but that works really well for numerical transformations.
You can find more info on scripted fields in the Kibana interface itself:
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.