Unescaped URLs in documents

Hi,

Is it possible to show clickable URLs in search results. I tried to add something like:

<a href="http://site.com?id=A10">A10</a>

to document field, but I see the same in kibana search results. Can I see unescaped field value?

1 Like

Not escaping field contents would be dangerous, but you can use a field formatter to turn URL fields into clickable links.

2 Likes