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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...