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!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...