Is it possiable to create Variable in Kibana

hi There,

please help me to solve this one
Thanks

You can use scripted fields to do this.

https://www.elastic.co/guide/en/kibana/current/scripted-fields.html

It would look something like this if your field names are the same in CSV.

return doc['tamil'].value + doc['english'].value + etc

Depending on what you want to use this for this could not be the best solution.

hi aaron_nimocks,

could you explain me this how I can achieve this one
or a small example please am new in kibana

thanks for the reply :slight_smile:

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