Splunk Search

Timewrap with specific time range

bmer
Explorer

Hi,

Iam a newbie and have just started exploring the power of splunk. My below query works fine except that I need the output ONLY for a specific time period ie 2pm and 4pm with a span of 15m and not for entire day

index=xxxx pod=xxxx CASE(xxxxx) `logRecordType(xxxx)` logName="xxxxxx"
earliest=-3d@d latest=@d|timechart span=30m count|timewrap d

So basically my output only list me 4 rows with "2days_before","1day_before" and "latest_day".A

 

Thanks,

Bhaggs

Labels (4)
0 Karma

bmer
Explorer

Thanks @isoutamo I did go through that and understand the use but no where am able to restrict the timewrap to a selected period say LAST 15d between 2pm and 4pm having span=15m etc. It may be possible with some tweak but as I said am in learning process and would appreciate if someone can provide the full command.I will then do a self-learn from same

0 Karma

isoutamo
SplunkTrust
SplunkTrust

Here is an one way to do it

index=<YOUR INDEX> earliest=-15d@d
| eval hours=strftime(_time, "%H")
| where hours >= 14 AND hours<=16
| bin span=15m _time

r. Ismo 

0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

here https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/SearchTimeModifiers is how to use time modifiers on your search. You will find answer to your question there.

r. Ismo

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...