Splunk Search

How to aggregate data in an index

philipfritsch
New Member

Right now we receive and store several data points per second in an index and do reporting on it.
In the future we would like to aggregate this data by calculating the average value of all data points (integer values) per minute and store it in a seperate index,
How do you do this?

0 Karma

chris1337
Explorer

Hi,

you could try:

index=source_index | timechart span=1minute avg(your_integer_field) AS your_integer_field |  collect index=destination_index

Check out the collect command:
https://docs.splunk.com/Documentation/Splunk/7.3.1/SearchReference/Collect

Greetings Chris

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...