Hi Splunk experts, I have made a dashboard which show my App's service status in Dashboard Studio and I want to display color based on value as show below. This was achieved in Dashboard classic by editing the source and appending the format as below. </format>
<format type="color" field="Requester">
<colorPalette type="expression">case (match(value,"DOWN"), "#E34234",match(value,"NA"), "#F8BE34",match(value,"UP"),"#4F7942")</colorPalette>
<format type="color" field="Stripping">
<colorPalette type="expression">case (match(value,"DOWN"), "#E34234",match(value,"NA"), "#F8BE34",match(value,"UP"),"#4F7942")</colorPalette>
</format> Can the same be achieved in Dashboard studio as well ? If so how it can be done. Can you guys please help me out on this.TIA
... View more