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!

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...