This is ok, but not helping me out as I do not want the dropdown as status as mentioned below. Even I applied below changes in my code but the color for stopped and running did not change. below is my code after a change but no color change happened, Please help me here asap. "viz_itT7cfIB": { "type": "splunk.singlevalue", "dataSources": { "primary": "ds_B6p8HEE0" }, "title": "status", "options": { "majorColor": "> majorValue | rangeValue(majorColorEditorConfig)", "backgroundColor": "transparent", "trendColor": "transparent" }, "context": { "majorColorEditorConfig": [ { "match": "Running", "value": "#118832" }, { "match": "Stopped", "value": "#d41f1f" } ] } }, "ds_B6p8HEE0": { "type": "ds.chain", "options": { "enableSmartSources": true, "extend": "ds_JRxFx0K2", "query": "| eval status = if(OPEN_MODE=\"READ WRITE\",\"Running\",\"Stopped\") | stats latest(status)" }, "name": "oracle status" },
... View more