Splunk Search

Timechart Orders Per Second

commondoubts
New Member

I have a query which gives me the count of orders per minute. Real time is set to 1 minute.

sourcetype="XXX" Orders | timechart count | eval orderpersec=count/60.

The current query shows me both count per minute and orderpersec. I need only the orderpersecond to be timecharted realtime over 1 minute.

Tags (1)
0 Karma

lguinn2
Legend

Will this work?

sourcetype="XXX" Orders | timechart count as orderpersec | eval orderpersec = orderpersec / 60
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 ...