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.

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: