Good day,
I am trying to find a way to programmatically change a field type in Kibana from a String to a Url format (not a elasticsearch index pattern).
This means I need a way to define the "URL template" as well as the "Label template".
Is anyone aware of a way to accomplish this via the API, I haven't been able to find it on the forums or via Google.
I am running Elastic 7.4 and here is a link to the field formatters in question: https://www.elastic.co/guide/en/kibana/current/field-formatters-string.html
Thanks for any help!