Security

Daily license usage value not matching total of values if I split usage by index

abhinav_maxonic
Path Finder

In daily license usage graph, say for 10th July, data indexed is 400GB. After that I split the daily license usage by Index. And the total of data indexed of all indexes was just 20GB .
Can anybody explain me this ?
And also , how can I calculate data indexed split by Index ?

Tags (1)
0 Karma

somesoni2
Revered Legend

Try this for daily license usage by index

index=_internal sourcetype=splunkd source=*license_usage.log type=usage | stats sum(b) as usage by idx | eval usage=round(usage/(1024*1024*1024),3)
0 Karma

abhinav_maxonic
Path Finder

Thanks ! That answers my 2nd question.

If you can help me with my 1st question as well, it would be great .

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...