Splunk Search

How to plot the max of a value in 1 minute intervals over a period for an extracted field?

sankalpsah
New Member

Hi,

I am very new to Splunk. I have extracted a value from my data. The value appears every 25 seconds. I want to plot the max of that value over a time interval of 1 min.

For example:
time 0 val 5
time 25 val 3
time 50 val 10
time 75 val 2
....

i want for time 0 max will be 10 and for time 60 max will be say 2 and so on.

I want to plot this max value with time (0, 60, 120 seconds etc).

Any help is appreciated.

Thanks.

0 Karma
1 Solution

woodcock
Esteemed Legend

Like this:

... | timechart span=1m max(val)

View solution in original post

woodcock
Esteemed Legend

Like this:

... | timechart span=1m max(val)
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...