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!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...