I'm using Kibana - Elasticsearch Plugin - Enhanced Table.
Issue is I can create computed columns for fields in buckets like terms, filters etc.
I cannot create computed columns for fields in metrics aggregation like Top hit, Average. etc.
I'm trying to avoid scripted fields to lessen the Load on the system.
Any idea or turnaround for this issue?
Scripted fields are indeed what I would recommend here. Alternatively you could add data to each document on ingest using an enrichment processor. This way the calculations are all done in advance vs. on the fly.
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.