All Apps and Add-ons

Search is not working

Bero
New Member

I want to use the free version of Splunk with a daily limit of 500 MB to search my logs.
I have about 30 - 40 MB new logs per day so it should work fine.

I have changed license type to free in Manager/Licensing.

Now when I search I got this:

Error in 'litsearch' command: Your Splunk license expired or you have exceeded your license limit too many times. Renew your Splunk license by visiting www.splunk.com/store or calling 866.GET.SPLUNK

Is there any solution for this problem ?

Tags (1)
0 Karma
1 Solution

Simeon
Splunk Employee
Splunk Employee

Splunk initially offers the option to use:

  1. Enterprise trial license (60 days I believe)
  2. Free License

At the end of the trial period, you must switch over to the free license or contact Splunk (purchase one, further evaluate, etc...).

It is likely that you are on an expired license, or you indexed too much data in one day (maybe you indexed a lot of historic data). There are searches that can find out your daily volume:

index=_internal earliest=-24h source=*metrics.log per_index_thruput | eval mb=kb/1024 | stats sum(mb) by series

The above search will tell you the amount of data (by index) indexed in the last 24 hours.

View solution in original post

0 Karma

Dimitri_McKay
Splunk Employee
Splunk Employee

And if you are already a Splunk Customer and have installed a new or upgraded license remember that new licenses don't clear violations. If you are a customer who purchased a license you'll need to speak to your account rep for a 'reset license' to clear the violation state before the error will go away.

0 Karma

Simeon
Splunk Employee
Splunk Employee

Splunk initially offers the option to use:

  1. Enterprise trial license (60 days I believe)
  2. Free License

At the end of the trial period, you must switch over to the free license or contact Splunk (purchase one, further evaluate, etc...).

It is likely that you are on an expired license, or you indexed too much data in one day (maybe you indexed a lot of historic data). There are searches that can find out your daily volume:

index=_internal earliest=-24h source=*metrics.log per_index_thruput | eval mb=kb/1024 | stats sum(mb) by series

The above search will tell you the amount of data (by index) indexed in the last 24 hours.

0 Karma

Bero
New Member

Thanks for the answer. it seems that I have too much historical data and I was too fast with switching to the free Splunk. I think I reinstall and use the evaluation version. Later we should decide if we buy it or not.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

A Four-Part Event Series: Full Stack Observability For the AI Era

As AI reshapes applications, infrastructure, and the way teams operate, the traditional boundaries of ...

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Event Series: Level up your SOC: Advancing with Splunk Enterprise Security

AI has fundamentally raised the stakes for security operations, and this three-part series is your guide to ...