Dashboards & Visualizations

Is it possible to put the drilldown click.value into the panel's title?

jravida
Communicator

Hi folks,

I have a panel that uses the depends="$host_token$" to pass the value of the host clicked on in the panel to a new stats table panel's query. I want the hosts value to appear in the panel's title when it pops up. Is it possible?

1 Solution

stephanefotso
Motivator

In your panel just do somethink like this:

  <table>
    <title>my title with $host_tok$ </title>
    <search>
        <query>this is my query AND host=$host_tok$ | stats list(foo) by bar</query>

  </table>
SGF

View solution in original post

stephanefotso
Motivator

In your panel just do somethink like this:

  <table>
    <title>my title with $host_tok$ </title>
    <search>
        <query>this is my query AND host=$host_tok$ | stats list(foo) by bar</query>

  </table>
SGF

jravida
Communicator

Must've been thinking too hard. I tried to do it in the gui originally and it just put $host_tok$ everytime. Thanks a million!

0 Karma

stephanefotso
Motivator

Lets see your sample code please

SGF
0 Karma

jravida
Communicator

It's on my dev so I can't copy and paste it but there isn't a lot to it:
First panel sets token:

<set token"host_tok">$click.value$</set>

And passes it to the next query:

    <query>this is my query AND host=$host_tok$ | stats list(foo) by bar</query>

So I want that $host_tok$ value to show in the panel's title.

0 Karma
Get Updates on the Splunk Community!

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...