Dashboards & Visualizations

How to pass the label name in the title of the line graph in Splunk dashboard studio?

super_edition
Path Finder

Hello 

I have dropdown element in my dashboard with 3 options as mentioned below.

 

{
    "options": {
        "items": [
            {
                "label": "Both",
                "value": "*"
            },
            {
                "label": "dublin",
                "value": "*DDUUBBLLIN*"
            },
            {
                "label": "singapore",
                "value": "SSIINNGG"
            }
        ],
        "defaultValue": "*",
        "token": "datacenter"
    },
    "title": "data-center",
    "type": "input.dropdown"
}

 

I want to pass the label name in the title of the line graph:

If I use token-name with dollar sign like this: $datacenter$ it displays selected label's value:

transaction per hour at DDUUBBLLIN datacenter - when the user selects Dublin

However I want to display the label name:

transaction per hour at Dublin datacenter - when the user selects Dublin

transaction per hour at Singapore datacenter - when the user selects Singapore

transaction per hour at both datacenter - when the user selects Both

Labels (1)
0 Karma
Get Updates on the Splunk Community!

Earn a $35 Gift Card for Answering our Splunk Admins & App Developer Survey

Survey for Splunk Admins and App Developers is open now! | Earn a $35 gift card!      Hello there,  Splunk ...

Continuing Innovation & New Integrations Unlock Full Stack Observability For Your ...

You’ve probably heard the latest about AppDynamics joining the Splunk Observability portfolio, deepening our ...

Monitoring Amazon Elastic Kubernetes Service (EKS)

As we’ve seen, integrating Kubernetes environments with Splunk Observability Cloud is a quick and easy way to ...