Deployment Architecture

How to write a search to get total license warning?

debjit_k
Path Finder

Hi 

Hope you are doing good..

I'm having a small query I want to check my license warning on my splunk with date I.e. On 26th of September we received 1 license warning.

I'm using the below query to get the total license warming I have on my splunk till now 

| rest splunk_server=local /services/licenser/slaves | mvexpand active_pool_ids | where warning_count>0 | eval pool=active_pool_ids | join type=outer pool [rest splunk_server=local /services/licenser/pools | eval pool=title | fields pool stack_id] | eval in_violation=if(warning_count>4 OR (warning_count>2 AND stack_id=="free"),"yes","no") | fields label, title, pool, warning_count, in_violation | fields - _timediff | rename label as "Slave" title as "GUID" pool as "Pool" warning_count as "Hard Warnings" in_violation AS "In Violation?"

Kindly guide me how can I get the license warning with date.

 

Thanks

 

Labels (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @debjit_k,

if you go in [Settings -- License] you have all the information about the license warnings and the license consuption day by day.

You can access these information on the License Master.

if you cannot access it you can use the Monitoring Console.

A search like the one you shared is useful, but I hint to start from the Splunk GUI features.

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Splunk at Cisco Live 2025: Learning, Innovation, and a Little Bit of Mr. Brightside

Pack your bags (and maybe your dancing shoes)—Cisco Live is heading to San Diego, June 8–12, 2025, and Splunk ...

Splunk App Dev Community Updates – What’s New and What’s Next

Welcome to your go-to roundup of everything happening in the Splunk App Dev Community! Whether you're building ...

The Latest Cisco Integrations With Splunk Platform!

Join us for an exciting tech talk where we’ll explore the latest integrations in Cisco + Splunk! We’ve ...