Dashboards & Visualizations

How to create a drilldown on separate columns in a table?

klim
Path Finder

I have a dashboard with tokens on it: Token1, Token2, and Token3.

I have a table that contains multiple columns: x, y, z.

When I click the value of column x, I want to update Token1 on the same page.

When I click the value of column y, I want to update Token2 and so on.

When I click a column I only want to update the corresponding token and not the rest of the tokens.

Labels (1)
0 Karma
1 Solution

klim
Path Finder

I figured it out. I was initially using set instead of eval. I need to use something like this:

 

<drilldown>
          <condition field="x">
            <eval token="form.Token1">$click.value2$</eval>
          </condition>
          <condition field="y">
            <eval token="form.Token2">$click.value2$</eval>
          </condition>
          <condition field="z">
            <eval token="form.Token3">$click.value2$</eval>
          </condition>
        </drilldown>

 

 

View solution in original post

0 Karma

klim
Path Finder

I figured it out. I was initially using set instead of eval. I need to use something like this:

 

<drilldown>
          <condition field="x">
            <eval token="form.Token1">$click.value2$</eval>
          </condition>
          <condition field="y">
            <eval token="form.Token2">$click.value2$</eval>
          </condition>
          <condition field="z">
            <eval token="form.Token3">$click.value2$</eval>
          </condition>
        </drilldown>

 

 

0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...