Knowledge Management

drilldown on saved search

lostcauz3
Path Finder

I have Four Dashboards Level 1- Level 2- Level 3 - Level 4

Level 1 is a saved search and it has a field called months i want to drilldown using the month value to the next level 2 dashboard which is also a saved search using tok_mon =$click.name2$

How do i Pass a token from a dashboard with saved search to another with saved search
same from level 2 to level 3 and level 3 to level 4

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

You can't add further SPL to a saved search but you can create it as a base search and base further searches on it, for example something like this

  <search id="main_base" ref="Saved search">
  </search>
  <search base="main_base">
    <query>
      | where month="$chosen_month$"
    </query>
  </search>

 

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

You can't add further SPL to a saved search but you can create it as a base search and base further searches on it, for example something like this

  <search id="main_base" ref="Saved search">
  </search>
  <search base="main_base">
    <query>
      | where month="$chosen_month$"
    </query>
  </search>

 

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...