Dashboards & Visualizations

Response Trending with Color code

apillai01
New Member

I am creating a dashboard to display the current hour performance of my service's comparing with the same with last day same hour and last week same hour and see if performance looks like. I would like the display only current hour performance in Green(<30%), Ambe(30-50), Red based( > 50%) on the comparison

index=* sourcetype="*" SourceSystemID="*"  ="*" ServiceName="*"  ServiceOperationName="*" OR "*" OR "*" OR "*" earliest=-1h@h latest=@h | stats Perc90(ResponseTime)  AS TodayLastHour by ServiceOperationName| appendcols [search index=* sourcetype="*" SourceSystemID="*"  ="*" ServiceName="*"  ServiceOperationName="*" OR "*" OR "*" OR "* earliest=-25h@h latest=-24h@h | stats Perc90(ResponseTime)  AS YesterdayLastHour by ServiceOperationName]| eval percent_difference=((TodayLastHour-YesterdayLastHour)/YesterdayLastHour*100) 
Tags (1)
0 Karma

woodcock
Esteemed Legend
0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...