Hi,
Suppose if i do all the expression in Excel or CSV, is there any possible way to load that file as parameter file into kibana and call one variable
(to call that expression) to show the results ?
Eg.
if there is an expression like sum of cars sold, is there any way to call this expression as an variable using the excel or CSV file ?
Not sure to understand your question. CSVs don't store formulas but raw data that you will index in your cluster as it is.
If you want to compute derived values from raw data you can do that in many different ways depending on your requirements. You can compute that formula at ingest time using Logstash ruby filter, or using a script processor in an ingest pipeline. Or you can use scripted fields in Kibana that perform the computation at query time.
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.