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!

Using Machine Learning for Hunting Security Threats

WATCH NOW Seeing the exponential hike in global cyber threat spectrum, organizations are now striving more for ...

Observability Newsletter Highlights | March 2023

 March 2023 | Check out the latest and greatestSplunk APM's New Tag Filter ExperienceSplunk APM has updated ...

Security Newsletter Updates | March 2023

 March 2023 | Check out the latest and greatestUnify Your Security Operations with Splunk Mission Control The ...