Dashboards & Visualizations

How to show field with different color on dynamic result?

arriel96
Explorer

I have a query that returns 2 values("A" and "B"), and a want to make a dinamic field exibition.  With "A" is bigger then "B" show "A" in green, with "A" is lower then "B" show in red. i manage to create dash's like that but with fixables values , in my case "B" is dynamic and came in the same query then "A"(using 2 query woud be fine with me too). how i can do that?

 

 

{
    "type": "splunk.singlevalue",
    "options": {
        "majorColor": "> majorValue | rangeValue(majorColorEditorConfig)"
    },
    "dataSources": {
        "primary": "ds_N2TXpjLO"
    },
    "context": {
        "majorColorEditorConfig": [
            {
                "value": "#D41F1F",
                "to": "B"
            },
            {
                "value": "#118832",
                "from": "B"
            }
        ]
    },
    "showProgressBar": false,
    "showLastUpdated": false
}

 

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

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...