Installation

How to Get License Count by Cluster Peer

whitefang1726
Path Finder

HI Splunk Answers, 

Is there a way to get license count by Cluster Peer? Example if I have 3 splunk cluster, I need to get the license by cluster (location) and by index (sourcetype if possible). Internal logs doesn't include the indexer based on host (h). I'm thinking of different SPL query but no idea where I can get it. Need your help. thanks!

07-16-2024 21:14:52.451 -0500 INFO LicenseUsage - type=Usage s="test:source::/opt/splunk/var/log/test_2024-07-16.log" st="test-st" h=hosttest o="" idx="testidx" i="sadsadasdasdadasdasdasdasdasda" pool="auto_generated_pool_enterprise" b=503 poolsz=1234567891012

Labels (1)
0 Karma
1 Solution

payl_chdhry
Path Finder

I can see "i" which is the guid for indexer. Can check if that works. You would have to first manually note down the guid for each indexer and map which cluster it belongs to.

View solution in original post

whitefang1726
Path Finder

@payl_chdhry this one works. thanks! any idea what rest url to get all the guids? I saw a majority of the guids but still missing a couple of there hostnames. 

| rest /services/server/info
| rest splunk_server_group=* /services/cluster/master/peers
| rest splunk_server=* /services/search/distributed/peers
0 Karma

payl_chdhry
Path Finder

I can see "i" which is the guid for indexer. Can check if that works. You would have to first manually note down the guid for each indexer and map which cluster it belongs to.

payl_chdhry
Path Finder
You would need to create a pool and assing indexers based on pool so get it by cluster.
0 Karma

whitefang1726
Path Finder

Thanks for the response. However, I need the license usage per cluster. That's provides the total license today. 

0 Karma

inventsekar
SplunkTrust
SplunkTrust

Hi @whitefang1726 

may i know if you have checked the default license dashboards at the DMC (indexing---> License Usage --- > today or history)

 

Best Regards

Sekar

thanks and best regards,
Sekar

PS - If this or any post helped you in any way, pls consider upvoting, thanks for reading !
0 Karma
Get Updates on the Splunk Community!

Announcing the Expansion of the Splunk Academic Alliance Program

The Splunk Community is more than just an online forum — it’s a network of passionate users, administrators, ...

Learn Splunk Insider Insights, Do More With Gen AI, & Find 20+ New Use Cases You Can ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Buttercup Games: Further Dashboarding Techniques (Part 7)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...