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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...