Installation

Is there a way to check the details of the Splunk license other than the Manager - License Menu?

DTERM
Contributor

Is there a way to check the details of the Splunk license other than the Manager - License Menu. I was recently requested to remove and install a new license on a Splunk instance. I did so using the GUI in Splunk manager. But afterward, the manager appears to have two licenses installed. I removed them both and re-entered the new license provided, however I still see two license entries.

Is there another method, perhaps at the command line, to verify the current license installed? Should I see two licenses in the GUI Manager if only 1 is installed?

Thanks.

Labels (1)
Tags (1)
0 Karma
1 Solution

MuS
SplunkTrust
SplunkTrust

Hi DTERM

to answer your first question: yes there is a cli command to display license information. just enter

$SPLUNK_HOME/bin/splunk show license
%SPLUNK_HOME%\bin\splunk.exe show license

and you get all your license information.

cheers

View solution in original post

ChrisG
Splunk Employee
Splunk Employee

Documentation on managing licenses using the CLI is here: http://docs.splunk.com/Documentation/Splunk/latest/Admin/LicenserCLIcommands

You can also gain a lot of information about your license usage with the Deployment Monitor app:

http://docs.splunk.com/Documentation/Splunk/4.2.4/Deploy/Startthedeploymentmonitor

MuS
SplunkTrust
SplunkTrust

Hi DTERM

to answer your first question: yes there is a cli command to display license information. just enter

$SPLUNK_HOME/bin/splunk show license
%SPLUNK_HOME%\bin\splunk.exe show license

and you get all your license information.

cheers

esalesap
Path Finder

I ran "splunk show license" on v8.0.3 and got: "This command has been removed."

0 Karma

dhirendra761
Contributor

Just to share update with you all, Below command has been removed now :
$SPLUNK_HOME/bin/splunk show license
%SPLUNK_HOME%\bin\splunk.exe show license

0 Karma

kristian_kolb
Ultra Champion

Well, it is certainly no problem as such to have more than one license installed (as of version 4.2)

The licenses gets added so to speak. 5GB + 10GB = 15GB

Did you restart Splunkd after changing the licenses. Don't know if it is really required, but it might help clean out old garbage.

/Kristian

0 Karma

DTERM
Contributor

OK, I'll assume this is normal behavior for Splunk. I did restart the service afterwards and I still see two licenses. I repeated the process several times, removing and adding, and I still see two. I'll assume this is normal. Thanks.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...