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!

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 ...