Dashboards & Visualizations

Single value chart/trellis with smiley and other data

prettysunshinez
Explorer

Hi,

I have a query such as below.

index = abc* host=efg* 
|stats latest(_time) as latest by host 
| eval Status = case (latest <= relative_time(now(),"-15m") AND latest > relative_time(now(),"-30m")," smiley1 ", latest <= relative_time(now(),"-30m"),"smilye2 ",true(),"smiley3" ) |eval Last_Updated_Time = strftime(latest,"%c") 

I now wanted to view the output in either single value chart or in trellis mode with the host name,smiley and the Last_Updated_Time below the icon.
I do not have access to use to css or js script.
Suggestions pls

Thanks in advance.

Labels (2)
0 Karma

prettysunshinez
Explorer

I have this done by myself.
Thanks 🙂

0 Karma
Get Updates on the Splunk Community!

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...