Splunk Search

Indexed volume search does not display all results

remy06
Contributor

Hi,

I have a search that is scheduled to run at the start of a month to display the daily indexed volume for the previous month.

I've received the report today(1st nov) for the previous month of october. However,the result missed out days from the 1st oct-4th oct.

Here is my search:
index=_internal todaysBytesIndexed LicenseManager-Audit source=*license_audit.log | eval MB_Indexed = todaysBytesIndexed/1024/1024 | convert ctime(_time) as Time timeformat=%m/%d/%y | stats sum(MB_Indexed) by Time | sort Time

My start time range is set as -mon@mon, Schedule type is set as cron, 0 9 1 * *.

Any idea?

Tags (3)
0 Karma
1 Solution

remy06
Contributor

this works for me:
| file /opt/splunk/var/log/splunk/license_audit.log | search LicenseManager-Audit todaysBytesIndexed | kv | eval totalMB=todaysBytesIndexed/1024/1024 | timechart span=1d sum(totalMB)

View solution in original post

0 Karma

remy06
Contributor

this works for me:
| file /opt/splunk/var/log/splunk/license_audit.log | search LicenseManager-Audit todaysBytesIndexed | kv | eval totalMB=todaysBytesIndexed/1024/1024 | timechart span=1d sum(totalMB)

0 Karma

tgow
Splunk Employee
Splunk Employee

I think you are close. I tried using the relative time range of "-1mon@mon" and was able to get it to work.

Hope this helps.

0 Karma

remy06
Contributor

Hi,doesn't seem to work..Anyway I can search for events on those missing days..but it doesnt show up when I use the search above..

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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