I'm sending as a - payload.url field - some link for each event, but in the dashboard - table it's appeare as text and not as link.
maybe someone tried to do it?
i've added - Visit example website the tage into the payload and try to sent it in two ways:
<a href="https://www.example.com">Visit example website</a>
"https://www.example.com"
both are appeare as text and not as links.
thanks all, what I needed to do is - add this:
<drilldown>
<link target="_blank">$row.URL|n$</link>
</drilldown>
found it here - https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-make-a-clickable-hyperlink-in-search-result/m-p/438278 thanks again