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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...