Dashboards & Visualizations

How to create a drilldown to another dashboard with pre-defined filter in 2nd dashboard?

rashi83
Path Finder

Hi, I am using the following drilldown: Where field5 = hostname .
Link to another dashboard works perfectly but returns result from all regions.
I want that when link jumps to another dashboard - region also gets pre-selected + it will give me field= hostname data rows.

  index=x "weekEnding" = "$field1$", "region" = "$field2$"| xyseries hostname compName status
          <earliest>0</earliest>
          <latest></latest>
        </search>
        <option name="count">10</option>
        <option name="drilldown">row</option>
        <option name="percentagesRow">false</option>
        <option name="refresh.display">progressbar</option>
        <option name="totalsRow">false</option>
        <format type="color" field="Failed">
          <colorPalette type="list">[#DC4E41]</colorPalette>
          <scale type="threshold"></scale>
        </format>
        <format type="color" field="Passed">
          <colorPalette type="list">[#53A051,#DC4E41]</colorPalette>
          <scale type="threshold">100</scale>
        </format>
        <format type="number" field="Passed"></format>
        <format type="number" field="percentage"></format>
        <format type="color" field="percentage">
          <colorPalette type="minMidMax" minColor="#DC4E41" maxColor="#53A051"></colorPalette>
          <scale type="minMidMax"></scale>
        </format>
        <format type="number" field="Ensure LDAP is configured"></format>
        <drilldown>
          <link target="_blank">/app/search/compliance_details?form.field5=$click.value2$</link>
        </drilldown>
0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

Hi @rashi83,

Have you tried using <drilldown> <link> /app/search/compliance_details?form.field5=$click.value2$ </link> </drilldown>. Check this out, if you want some reference.

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...