Installation

Why is the license breaching everyday since the upgrade to 7.1.2 from 6.5.3 version?

siva_cg
Path Finder

Recently, I have upgraded my Splunk environment to 7.1.2 from 6.5.3 version. Since I upgrade the version, the license has been breaching every day.

So I started digging deep on what is consuming much and source details. Nothing changed in the number of sources or data. There is no increase in the number of events per file or even the size of the event remain the same. I am running out of ideas what to check next for this change in license consumption.

I know that it is a bit odd but any suggestions on what needs to be checked and conclude on the root cause? Thanks in advance.

Labels (2)
0 Karma

CarsonZa
Contributor

start with this

index=_internal source=*license_usage.log type=Usage pool=* 
| stats sum(b) as b by pool st
| eval GBs=round(b/1024/1024/1024,2) 
| rename st as SourceType, GBs as "GB's Used" 
| fields SourceType "GB's Used" 
| sort - "GB's Used"
0 Karma

siva_cg
Path Finder

Hi @CarsonZa ,

I ran that query already and found the source consuming the most but there is no increase of logs in actual application server.

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