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!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...