Dashboards & Visualizations

How to define a time range for specific time range logs to be collected every month?

lllidan
New Member

i want to collect logs that from 10 p.m to next day 4 a.m everyday in per month , how can i define the time range ? it seems "date_hour" field doesn't work.

Tags (2)
0 Karma
1 Solution

woodcock
Esteemed Legend

Like this:

Your Base Search Here
| eval date_hourmin = strftime(_time, "%H%M")
| where (date_hourmin >= 2200 AND date_hourmin <= 400)

View solution in original post

0 Karma

woodcock
Esteemed Legend

Like this:

Your Base Search Here
| eval date_hourmin = strftime(_time, "%H%M")
| where (date_hourmin >= 2200 AND date_hourmin <= 400)
0 Karma

lllidan
New Member

your answer solved my problem , except one mistake , "| where date_hourmin>=2200 OR date_hourmin<=400"

0 Karma

manish_singh_77
Builder

earliest=@d-2h latest=@d+4h

0 Karma

lllidan
New Member

this search can only display one day's logs, if I select the time range option with "month to date", it just display today's logs, not everyday's specific time range.

0 Karma

woodcock
Esteemed Legend

remove the earliest= and latest= parts of the search string.

0 Karma

lllidan
New Member

"@d-2h @d+4h" like this ?

0 Karma

manish_singh_77
Builder

Try this as well and let me know in case of any queries..

0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...