Dashboards & Visualizations

Custom Drill Down - (Condition)

lucasbarbosa
Explorer

Hi, I would like to add a drilldown in just one result, for example:

Column |
Result A |
Result B |
Result C |

I wanted to activate drilldown only when I click on results that are equal to B.
I already have this:

<drilldown target="_blank">

          <link>
            <![CDATA[
                   /app/search/drilldown__consumo_por_produto
                ]]>
          </link>

        </drilldown>

But the part of the condition is still missing.

I already tried the <condition>, but I did not succeed.

I do not know if I used it the wrong way.

Thank you!

Labels (1)
0 Karma
1 Solution

sumedha1
New Member
      <condition match="substr('click.value2',1,3) == &quot;CTA&quot;"> (I Need first 3 Char from token)
      <set token="selected_sourcetype">$click.value2$</set><link target="_blank">https://Google.com/nav_to.do?uri=%2Fchange_task_list.do%3Fsysparm_first_row%3D1%26sysparm_query%3DGOTOnumber%253d$click.value2$%26sysparm_query_encoded%3DGOTOnumber%253dC$click.value2$%26sysparm_view%3D </link>
       </condition>
       <condition match="substr('click.value2',1,3) == &quot;SCT&quot;">   (I Need first 3 Char from token)
      <set token="selected_sourcetype">$click.value2$</set><link target="_blank">https://Google.com/nav_to.do?uri=%2Fsc_task_list.do%3Fsysparm_first_row%3D1%26sysparm_query%3DGOTOnumber%253d$click.value2$%26sysparm_query_encoded%3DGOTOnumber%253d$click.value2$%26sysparm_view%3D </link>
       </condition>
     </drilldown> 
0 Karma

lucasbarbosa
Explorer

Still did not work, Did I do something wrong?

<drilldown target="_blank">

          <condition match="$click.value2$ == DIVERSOS">

          <link>
            <![CDATA[
                   /app/search/drilldown__consumo_por_produto?teste=$click.value2$
                ]]>
          </link>

          </condition>

        </drilldown>
0 Karma

ehudb
Contributor

Try this approach for match syntax:

https://answers.splunk.com/answers/400053/condition-match-and-set-token-in-drilldown-not-wor-1.html

'click.value2' == &quot;DIVERSOS&quot;
0 Karma

lucasbarbosa
Explorer

Thank You!!

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

New This Month - Observability Updates Give Extended Visibility and Improve User ...

This month is a collection of special news! From Magic Quadrant updates to AppDynamics integrations to ...

Intro to Splunk Synthetic Monitoring

In our last post, we mentioned that the 3 key pieces of observability – metrics, logs, and traces – provide ...