Kibana with Excel parameter file

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 ?

Please help me out.

Thank you!

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.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.