Can we build python UDF or any other language's UDF to transform data queried from Kibana dev-tools console?
Hi @ANUBHAV_GUPTA,
I see you've asked a similar question in Slack, but adding the answer here for completeness.
Does it have to be inside Kibana? I can think of alternatives such as writing a Python script using the Elasticsearch Python client to do what you want to do. Otherwise, it might be worth having a look at writing a custom plugin for Kibana.
In future try to avoid duplicate posting of questions so the answer is in one place.
Hi @carly.richmond,
Yes our usecase demands the python script to run inside Kibana.
Will look into plugin option.