Can we do something like this in Kibana:-
Suppose I am querying an index with a particular document whose value is in some other format(let's say jumbled) and what I need to do is to convert it into some other format(meaningful word) using an External API call and eventually I should get meaningful indexed data.
Is it possible in Kibana?
If yes Could anyone please point me to some resources.
Thanks.