Splunk Enterprise

1

dweaver77
Loves-to-Learn Lots

1

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try something like this

|eval duration_range=mvrange(0, duration + duration%3600, 3600)
| eval duration = 1
|mvexpand duration_range
|eval _time=_time-duration_range
|timechart span=1h max(duration) by dvc
0 Karma

dweaver77
Loves-to-Learn Lots

1

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Assuming dvc is the ip address you mentioned and duration is reset to 1 after determining a range, how can the max be anything other than 1?

0 Karma

dweaver77
Loves-to-Learn Lots

1

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Please share the search you are using and the results and explain why this is not what you are expecting

0 Karma

dweaver77
Loves-to-Learn Lots

1

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

You asked a question, I gave you a suggestion, you have completely ignored my suggestion. Please try what I suggested and share your results.

0 Karma
Get Updates on the Splunk Community!

Index This | What’s a riddle wrapped in an enigma?

September 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...

BORE at .conf25

Boss Of Regular Expression (BORE) was an interactive session run again this year at .conf25 by the brilliant ...

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...