Reporting

license report for specific sourcetypes for a specific time period

a212830
Champion

Hi,

How can I generate a report on license usage for a couple of specific sourcetypes for certain time-periods? I'm using Splunk 6.1.

Tags (3)
0 Karma

dmaislin_splunk
Splunk Employee
Splunk Employee

index=_internal earliest=-1w latest=now source=license_usage.log type=Usage
| eval s=if(s=="","unknown",s)
| eval h=if(h=="","unknown",h)
| stats sum(b) AS volume_b by st
| eval volume_g=volume_b/1024/1024
| rename st as SourceType
| fields - volume_b
| sort - volume_g

0 Karma

dmaislin_splunk
Splunk Employee
Splunk Employee

That is odd since it works fine for me. Is this a single server install? https://wiki.splunk.com/Community:TroubleshootingIndexedDataVolume

0 Karma

a212830
Champion

Thanks. It came back with no data. Tried it on 2 different systems.

0 Karma

dmaislin_splunk
Splunk Employee
Splunk Employee

Download the SoS app. It should have all the license metrics for you. You will also need the sideview utils app.

0 Karma

a212830
Champion

Sos has detected that you are running Splunk 6..go to license manager page.

That lists everything, without the ability to drill-down. Is there an available search?

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...