Other Usage

How to configure a drilldown for a dashboard selecting the option "Link to custom URL" from the UI?

sricula
Observer

Hi, I am trying to configure a drilldown for a dashboard selecting the option "Link to custom URL" from the UI.

The link is basically a splunk search, idea being when a user clicks on the bar chart, a corresponding search page opens up based on the row where the user clicked. So the name of the row is dynamic/clickable.

To pass the row name to the search query I have tried multiple in-built tokens, $click/name/row.value/value2$ and more. When I click on a row this token is not processing. It stays click.value2 or whatever is used.

example search query:

index=abcd sourecetype="stype" field1=$click.value$

On the Barchart x-axis is field1, when I hard code a value into the search query it works great. When using token I get no results.

Any suggestions what I am doing wrong or can try differently. Thanks in advance !!

Labels (1)
0 Karma

sricula
Observer

@richgalloway Thanks for the reply. So the "Link to custom URL" feature does not support dynamic values?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Yes, it does support dynamic values.  The content of $click.value2$ is dynamic.

---
If this reply helps you, Karma would be appreciated.
0 Karma

sricula
Observer

Well that is where I am using $click.value$

May be I was not clear, the URL in the "link to custom URL" opens a new tab with a search query which is part of the URL. One of the fields in this query is dynamic based on what is clicked. But when the new tab opens the search does not return anything because $click.value$ is not processed. When I hard code it, works fine and I get results back.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

The drilldown URL is created by the dashboard. All token substitutions happen at that time, not in the target search query.  The target query has no idea what "$click.value$" is.

<drilldown>
  <link target="_blank">https://example.com?foo=$click.value$</link>
</drilldown>

See https://docs.splunk.com/Documentation/Splunk/9.0.4/Viz/DrilldownLinkToURL for more information.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

How to Get Started with Splunk Data Management Pipeline Builders (Edge Processor & ...

If you want to gain full control over your growing data volumes, check out Splunk’s Data Management pipeline ...

Out of the Box to Up And Running - Streamlined Observability for Your Cloud ...

  Tech Talk Streamlined Observability for Your Cloud Environment Register    Out of the Box to Up And Running ...

Splunk Smartness with Brandon Sternfield | Episode 3

Hello and welcome to another episode of "Splunk Smartness," the interview series where we explore the power of ...