Dashboards & Visualizations

how to drilldown a row element to a child into splunk 6?

RiccardoV
Communicator

Hi, I have something like this:

<form>
    <label>test</label>
    <searchTemplate>index=* sourcetype=$sourcetype$</searchTemplate>
    <fieldset>
      <input type="time">
          <label>1. Select a time range</label>
          <default>Always</default>
      </input>
      <input type="dropdown" token="sourcetype">
        <label>2. Select a sourcetype</label>
          <choice value="*">All</choice>
          <populatingSearch fieldForValue="sourcetype" fieldForLabel="sourcetype">
              | metadata type=sourcetypes index=* | fields sourcetype
          </populatingSearch>
      </input>
    </fieldset>
    <row>
      <table>
        <title>test table</title>
        <searchPostProcess>
          | stats count by ID
        </searchPostProcess>
      </table>
    </row>
</form>

How can I pass the field ID to a child element, ie a graph?
I took a look at the simple drilldown table into the splunk example app but I cannot understand.

With splunk 5 I did something like

      <table>
        <title>test table</title>
        <searchPostProcess>
          | stats count by ID
        </searchPostProcess>
        <option name="drilldown">cell</option>
        <html>
          <h1>$row.ID$</h1>
        </html>
      </table>

but now in splunk 6 it doesn't work, it pass the value to the search app (changing the current page) and not to the HTML child element.

Tags (2)
0 Karma
1 Solution

RiccardoV
Communicator

thanks! it works like a charm 🙂

0 Karma

nfilippi_splunk
Splunk Employee
Splunk Employee

Correct, contextual drilldown is new to Simple XML in Splunk 6.1.

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...