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!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...