Splunk Search

Why does my search not return some of events older than 30 days?

moeini
Engager

Hi,

I have a very easy search to see how many events with field A have happened in each month.

index=X sourcetype=Y 
| dedup A date_month 
| stats  count(A) by date_month

When I use this search and set the time range to (2 months ago to 1 month ago), the values for that month are different from when I use it with (2 months ago to now). I checked the events and saw that Splunk does not detect some of the events that only occurred more than 30 days ago. Can anyone tell me where the problem is and How I can solve it?

Thanks!

0 Karma

somesoni2
Revered Legend

Can you try this search and see if the results are better

index=X sourcetype=Y | stats dc(A) as countA by date_month

AND

index=X sourcetype=Y | dedup date_month A  | stats  count(A) by date_month
0 Karma

MuS
Legend

Also check the job inspector to see what is going on with the search.

cheers, MuS

0 Karma

moeini
Engager

same results.
Thanks for mentioning the job inspector. Seems that it only can show up to 328 events (eventAvailableCount)

0 Karma

mosman_splunk
Splunk Employee
Splunk Employee

consult your authorize.conf and check the value assign to
srchTimeWin
srchMaxTime

probably it set to limit your results

0 Karma

moeini
Engager

Thanks for the help. I should check that with my administrator. Seems that I don't have access to this option.

0 Karma
Get Updates on the Splunk Community!

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...