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
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...