Splunk Search

I want to ready value on specific time for last one week

manapuna
New Member

I want to read specific string between 9:15-9:45, each day for last 7 days.

host=manana string | stats dc(count)

Thanks,

Tags (1)
0 Karma
1 Solution

mayurr98
Super Champion

hey you can try something like this

index=<your_index> date_hour=9 date_minute>=15 date_minute<=44 host=manana string | timechart span=1d count

Run this last seven days and you will get dayswise count from 9:15 to 9:45.
let me know if this helps!

View solution in original post

0 Karma

mayurr98
Super Champion

hey you can try something like this

index=<your_index> date_hour=9 date_minute>=15 date_minute<=44 host=manana string | timechart span=1d count

Run this last seven days and you will get dayswise count from 9:15 to 9:45.
let me know if this helps!

0 Karma

FrankVl
Ultra Champion

Assuming your question is about filtering for "between 9:15-9:45", I think you should be able to do that using the date_hour and date_minute fields.

date_hour=9 AND date_minute>=15 AND date_minute<=44
0 Karma

mayurr98
Super Champion

date_minute<=45 will contain data from 9:45:00 to 9:45:59 as well
So it should be date_minute<=44

0 Karma

FrankVl
Ultra Champion

Good catch, let me adjust that in my answer.

0 Karma

horsefez
Motivator

Could you please give us more detail.
I do not know what you are trying to do here.

Do you want do search for events that happen in a specified time-window every day for the last 7 days?

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...