Splunk Enterprise

License server don't show 30 days license usage

fabiolabruzzo
Explorer

Hello,

in my deploy server, that act as a LM,  i cannot see Licese Usage Report for 30-day period.

It always shows "No results found". For the "today" report i can see data.

Looking at ../var/splunk folder i can see the license_usage.log file but there's no

type=Rollover_Summary

inside.

There's only type=Usage.

Could you help me check this issue?
Thanks a log

Labels (1)
0 Karma

Stefanie
Builder

I've had this same issue. I was able to resolve it by ensuring that my Deployment Server is set to a "search head" along with being a deployment server.

Are you receiving other _internal logs from your deployment server?

Run this query on your search head:

index=_internal source=*license_usage.log type="RolloverSummary" earliest=-30d@d | eval _time=_time - 43200 | bin _time span=1d | stats latest(b) AS b by slave, pool, _time | timechart span=1d sum(b) AS "volume" fixedrange=false | join type=outer _time [search index=_internal source=*license_usage.log type="RolloverSummary" earliest=-30d@d | eval _time=_time - 43200 | bin _time span=1d | stats latest(stacksz) AS "stack size" by _time] | fields - _timediff | foreach * [eval <<FIELD>>=round('<<FIELD>>'/1024/1024/1024, 3)]

If this search works then that means your Deployment Server is not configured to search within it's own logs. 

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