Dashboards & Visualizations

How to display checkmark in XML?

michaeler
Communicator

I want to edit a dashboard table that shows current status of an application. The possible statuses are "Up", "Down", and "Warning". I'd like to display "Up" and "Warning" as a green and yellow checkmark respectively, and "Down" as a red circled "X". 

Is this simple to do by editing the XML? The color part can be edited easily in dashboard options so that part is done but substituting the words with symbols is beyond me.

I figure it will go something like:

<format type="something" field="Status Now">
<something type="something">{"Up":#u2713, "Warning":#u2713, "Down":#u29BB} </something>
</format>

Not sure what to put in the "something" fields or if the formatting is correct.

Labels (3)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

You can do that using CSS and HTML.  See "Custom Decorations" in the Splunk Dashboard Examples app.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...