hello,
I have a pie of count split terms and I want make addition of some fields of this aggregation
exemple i have count of (women , men ,child girls, child boy )
but i have to make pie with count of (women+ child girls) and (men +child boy)
You would need to reindex your data and add another field like gender where you would set it to female if the first field is either women or child girls
you could also do that on-the-fly with scripted fields, however that will create a much bigger load and might not be appropriate if your dataset is big.
hi,
my script filed work very good in visualize but when i call it in dashboard i have Error
"Could not locate that index-pattern-field (id: mynewscriptsfiledadd)"!
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.