Hi Guys,
I'm really new to Elasticsearch and Kibana.
At the moment I try to normalize a number field of a document. Therefore I want to use this formula within a scripted field:
normalized_field=(field-min)/(max-min).
So I need to compute min and max aggregation in the script, before compute the formula. Is it possible to store the aggregation result as variable and calculate the formula within the same script?
If yes, then how?
We are still working on a timeline of when that will be integrated into Kibana, so feel free to add an enhancement request here with your use case! https://github.com/elastic/kibana
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.