Splunk Search

Optimizing metrics based searches?

auzelevski
Explorer

Hello,

I have the following query in one of the panels in my dashboard.

 

 

 

| mstats p95(prometheus.container_memory_working_set_bytes) as p95_memory_bytes span=1m where pod=sf-mcdata--hydration-worker* AND stack=$stackLower$ by stack
| stats min(p95_memory_bytes) as min_p95_memory_bytes by _time
| timechart span=1m count as Availability
| eval Span=1
              | stats sum(Availability) as totalAvailability, sum(Span) as totalSpans
              | eval AvailabilityPercent = 100*(totalAvailability/ totalSpans)
              | fields AvailabilityPercent

 

 

 

There are some stacks that return too many events for this metric and this causes a timeout and then the search fails.

Is there a way to optimize this query to work with a lot of events?

Labels (1)
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 ...