Splunk Search

Search for license violation history all time

Quiad
New Member

Hi! How can i find all the violations in the past? I have tried using this search and change time to all time but only get 31 rows ( one month)

index=_internal source=*license_usage.log type=Usage | timechart span=1d eval(round(sum(b)/1024/1024/1024,2)) AS "Total GB Used"

Why is this search not showing all time? What am i missing?

Cheers!

Tags (1)
0 Karma
1 Solution

ludoz13
Path Finder

Hi,

By default, the retention of _internal index is 30 days. If you do not modify the default settings, you have no more data after 30 days (frozenTimePeriodInSecs = 2592000)

To avoid this, change this settings. Create indexes.conf on the directory SPLUNK_HOME/etc/system/local/indexes.conf and put this settings :

[_internal]
frozenTimePeriodInSecs = xxxxxxxxxx

Regards,

View solution in original post

ludoz13
Path Finder

Hi,

By default, the retention of _internal index is 30 days. If you do not modify the default settings, you have no more data after 30 days (frozenTimePeriodInSecs = 2592000)

To avoid this, change this settings. Create indexes.conf on the directory SPLUNK_HOME/etc/system/local/indexes.conf and put this settings :

[_internal]
frozenTimePeriodInSecs = xxxxxxxxxx

Regards,

Quiad
New Member

Thanks! Makes sense!

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