All Apps and Add-ons

Splunk Deployment Monitor Reporting Excessive GB Values for Licence Usage

hanoc
Engager

I have installed the splunk deployment monitor app to attempt to pull some stats on what our license usage patterns are.

One issue I see right off the bat is that in 'Licence Report' -> 'Daily License Usage for Last 60 Days' -> Ordered 'by License Pool' it tells me we indexed 130GB which is ok, however this is above our license limit of 120GB yet I don't have any license warnings and other searches I have subsequently made myself show different values.

Is the used search including non licensed data usage such as for the internal indexes?

0 Karma

jtrucks
Splunk Employee
Splunk Employee

In using pre-5.x clients, the deployment monitor app could report the volume of indexed data incorrectly. We stopped using the deployment monitor because we still have a pile of ancient clients sending data.

Try this:

earliest=-1month@d latest=@d+1h index=_internal source=*license_usage* type=RolloverSummary | eval _time=_time-1800  | convert timeformat="%m/%d/%Y" ctime(_time) as day | eval GB=b/1024/1024/1024 | stats sum(GB) by day

I put this in a dashboard and look at it every day.

You could get this from Splunk on Splunk (S.o.S.), as well.

--
Jesse Trucks
Minister of Magic

jtrucks
Splunk Employee
Splunk Employee

Turns out, I didn't have it in a code block. I did have * around license_usage, but they didn't display right. Sorry about that.

--
Jesse Trucks
Minister of Magic
0 Karma

rmorlen
Splunk Employee
Splunk Employee

Nice info. I modified it a bit:
earliest=-1month@d latest=@d+1h index=_internal source=*license_usage* type=RolloverSummary | eval _time=_time-1800 | convert timeformat="%m/%d/%Y" ctime(_time) as day | eval GB=b/1024/1024/1024 | stats sum(GB) by day

0 Karma

araitz
Splunk Employee
Splunk Employee

What version of Splunk and what version of deployment monitor are you using? We have done our best to avoid counting internal indexes in the tally, but we could have made a mistake.

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!

Persistent Queue at TcpOut — One of Splunk's Most Practical Features

Splunk introduced persistent queueing at the tcpout layer as one of the most practical resilience features in ...

Skip the Awkward Silence: Have a .conf-ersation at .conf26

Picture this. You arrive at .conf26 already having your socializing and networking plans mapped out. No ...

Rethinking Zero Trust: From Product Purchases to Logical Control Evidence

Implementing Zero Trust (ZT) across complex environments often falters at the very beginning due to a ...