Splunk Search

How to search for data per month, but only within a certain time frame (07:30 - 12:00)?

smart_r
New Member

I would like to extract data per month, but only within a certain time frame.

Say: Extract all data from January, but only within the time frame 07:30 - 12:00.

Thanks in advance.

Tags (3)
0 Karma
1 Solution

somesoni2
Revered Legend

See this similar question.

https://answers.splunk.com/answers/351237/run-a-monthly-performance-report-excluding-mainten.html#an...

Basically, you can use use date_hour and data_minute fields (if available already) to filter events. If they are not available, you can calculate them (from _time) and use the calculated values to filter events.

View solution in original post

somesoni2
Revered Legend

See this similar question.

https://answers.splunk.com/answers/351237/run-a-monthly-performance-report-excluding-mainten.html#an...

Basically, you can use use date_hour and data_minute fields (if available already) to filter events. If they are not available, you can calculate them (from _time) and use the calculated values to filter events.

smart_r
New Member

Thank you kindly for your reply. This must help 🙂

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...