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 the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...