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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...