Splunk Search

"License Usage - Previous 30 Days" dashboard broken?

girtsgr
Explorer

In a distributed environment the master "License Usage - Previous 30 Days" and "License Usage - Today", and the searched associated with them returns no data.

However, I get the data if I try this search:
index=_internal
[ set_local_host] source=license_usage.log type="RolloverSummary" earliest=-30d@d
| eval _time=_time - 43200
| bin _time span=1d
| stats latest(b) AS b by slave, pool, _time
| timechart span=1d sum(b) AS "volume" fixedrange=false
| join type=outer _time
[ search index=_internal
[ set_local_host] source=license_usage.log type="RolloverSummary" earliest=-30d@d
| eval _time=_time - 43200
| bin _time span=1d
| stats latest(stacksz) AS "stack size" by _time]
| fields - _timediff
| foreach *
[ eval <>=round('<>'/1024/1024/1024, 3)]
which I found here: https://answers.splunk.com/answers/618300/why-is-there-no-license-usage-data-available-in-sp.html

There are no errors or warning regarding dmc_licensing_summery_no_split in index="_internal". Is there anything I can do?

Tags (1)
0 Karma

pkeenan87
Communicator

In a distributed environment you will need to make sure that your license master is forwarding its logs to the indexing tier similar to what you do with Search Heads. This guide should help out: https://docs.splunk.com/Documentation/Splunk/7.2.4/DistSearch/Forwardsearchheaddata

0 Karma

girtsgr
Explorer

It is. index="_internal" shows events from all the servers, including the licence masters.

0 Karma

divvyamehta
New Member

[ set_local_host] -> this will search for local host, is your local host the license master ? if not then instead of local host set it the name of your license master

0 Karma

girtsgr
Explorer

Yes, it's the licence master.

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...