Dashboards & Visualizations

Status Indicator for process to display texts when mouse moved over indicators?

deiow
New Member

Hi All

My idea is when a mouse is moved or hovered over the status indicator, a messages is display across the status indicator but I cant seem to make it work with Status Indicator. Any ideas or thought how can do this are appreciated?

Here is my codeda

 

<viz type="status_indicator_app.status_indicator">
<title>Process Status</title>
<search>
<query>index=idxdflt sourcetype=process:application instance="chpid" alert!=hours_since_dbdbackup | stats latest(status) as status latest(value) as value by alert |eval icon = case(status="OK", "check-circle" , status="WARNING", "question-circle", status="CRITICAL", "exclamation-circle") |eval colour = case(status="OK", "#1FB312" , status="WARNING", "#F0A729" , status="CRITICAL", "#D41C0F") | table alert icon colour status value| stats last(status) last(icon) as icon last(colour) as colour by alert</query>
<earliest>-24h@h</earliest>
<latest>now</latest>
</search>
<option name="drilldown">none</option>
<option name="height">40</option>
<option name="refresh.display">progressbar</option>
<option name="status_indicator_app.status_indicator.colorBy">field_value</option>
<option name="status_indicator_app.status_indicator.fillTarget">text</option>
<option name="status_indicator_app.status_indicator.fixIcon">warning</option>
<option name="status_indicator_app.status_indicator.icon">field_value</option>
<option name="status_indicator_app.status_indicator.precision">2</option>
<option name="status_indicator_app.status_indicator.showOption">2</option>
<option name="status_indicator_app.status_indicator.showTooltip">true</option>
<option name="status_indicator_app.status_indicator.staticColor">#555</option>
<option name="status_indicator_app.status_indicator.useColors">true</option>
<option name="status_indicator_app.status_indicator.useThousandSeparator">true</option>
<option name="trellis.enabled">1</option>
<option name="trellis.size">small</option>
<option name="trellis.splitBy">alert</option>
</viz>

Below is an example of what I want

status indicator.JPG

Labels (1)
Tags (1)
0 Karma
Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...