Which of the following is a valid dynamic drilldown element to allow a user of the dashboard to visit the hyperlinks contained in the link field?

Posted by: Pdfprep Category: SPLK-2001 Tags: , ,

Suppose the following query in a Simple XML dashboard returns a table including hyperlinks:

<search>

<query>index news sourcetype web_proxy | table sourcetype title link </query>

</search>

Which of the following is a valid dynamic drilldown element to allow a user of the dashboard to visit the hyperlinks contained in the link field?
A . <option name “link.openSearch.viewTarget">$row.link$</option>
B . <drilldown>
<link target=“ blank">$$row.link$$</link> </drilldown>
C . <drilldown>
<link target="_blank">$row.link|n$</link> </drilldown>
D . <drilldown>
<link target “_blank">http://localhost:8000/debug/refresh</link> </drilldown>

Answer: A

Explanation:

Reference: https://docs.splunk.com/Documentation/Splunk/8.1.2/Viz/BuildandeditdashboardswithSimplifiedXML

Leave a Reply

Your email address will not be published.