splunksplunk-querysplunk-dashboardsplunk-formulasplunk-calculation

Splunk-Dashboard - how to add links as field in table visualization?


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:

  1. <a href="https://www.example.com">Visit example website</a>
  2. "https://www.example.com"

both are appeare as text and not as links.


Solution

  • 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