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!

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 ...