Deployment Architecture

Splunk bucket Time Span

SplunkNewbie18
New Member

Hi,

I have a query below...

main search | bucket _time span=1d

How can i view what's the time in the bucket to test my search string if its the correct time range has been picked up?

Thanks!

Tags (3)
0 Karma

HiroshiSatoh
Champion

Format?

Display,value
2018-06-11,1528642800
2018-06-10,1528556400

First and last "_time"?

If you only search
(your search)|stats max(_time) as max_time,min(_time) as min_time
If you want to add it as a field
(your search)|eventstats max(_time) as max_time,min(_time) as min_time
0 Karma
Get Updates on the Splunk Community!

Automatic Discovery Part 1: What is Automatic Discovery in Splunk Observability Cloud ...

If you’ve ever deployed a new database cluster, spun up a caching layer, or added a load balancer, you know it ...

Real-Time Fraud Detection: How Splunk Dashboards Protect Financial Institutions

Financial fraud isn't slowing down. If anything, it's getting more sophisticated. Account takeovers, credit ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...