Installation

What type of Splunk license do I have

craigrussell
New Member

Trying to figure out what type of license i have

Tags (1)
0 Karma
1 Solution

lukejadamec
Super Champion

From Manager>License scroll to the bottom, and select details.

View solution in original post

0 Karma

bwooden
Splunk Employee
Splunk Employee

There are many ways to do this using license master, querying Splunk's API, introspecting the license file itself, and more!

Here is one example of invoking the rest command to return license types & when they expire:

| rest /services/licenser/licenses | eval expiry=strftime(expiration_time,"%b %d, %Y") | table type expiry

emaccaferri
Communicator

You can check inside the Splunk windows in Licensing, in Splunk 6 it's under Options in the Splunk Bar, while in the previous version of Splunk it's in the Manager.
Or with a text editor you can open a file the folder \Splunk\etc\licences...(this depend to your installation).

lukejadamec
Super Champion

From Manager>License scroll to the bottom, and select details.

0 Karma

craigrussell
New Member

The info is all there.
Thanks

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 ...