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.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...