Security

Deployment Monitor License Usage question

fuster_j
Path Finder

I'm search MB Receiveied in the Deployment Monitor, License Usage. Search by Indexer seems has a lot higher MB than search by License Pool. Is it because License pool's data is compressed?

1 Solution

yannK
Splunk Employee
Splunk Employee

Known issue :

"Deployment Monitor" app's "By License Pool" report shows nearly double the daily usage than "By Indexer" Report. (SPL-49519)

Until the deployment-monitor app is fixed, the best way to measure the actual license volume is to use this search on the license-master (or on the search-head, if it 's a search-peer)
index=_internal source=*license_usage* type=RolloverSummary | bucket _time span=1d | stats sum(b) AS volume by _time pool

View solution in original post

yannK
Splunk Employee
Splunk Employee

Known issue :

"Deployment Monitor" app's "By License Pool" report shows nearly double the daily usage than "By Indexer" Report. (SPL-49519)

Until the deployment-monitor app is fixed, the best way to measure the actual license volume is to use this search on the license-master (or on the search-head, if it 's a search-peer)
index=_internal source=*license_usage* type=RolloverSummary | bucket _time span=1d | stats sum(b) AS volume by _time pool

araitz
Splunk Employee
Splunk Employee

This is fixed in version 5.0.0/5.0.1 of the app:

http://splunk-base.splunk.com/apps/67836/splunk-deployment-monitor

reedmohn
Communicator

This seems to apply to the numbers on the License Report as well.
It shows approximately twice the volume of S.o.S's license reports.

0 Karma

araitz
Splunk Employee
Splunk Employee

This is a known issue with the app (SPL-49519) which we are fixing for the next release which is forthcoming.

yannK
Splunk Employee
Splunk Employee

for the explanation of the double counting, see this guide :
http://wiki.splunk.com/Community:TroubleshootingIndexedDataVolume

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...