Splunk Search

Why would a bucket/bin be set to a one day span on the License Master?

pkeller
Contributor

Looking at the Daily License Usage panel on the "Previous 30 Days" tab under Licensing, I see that the base search is:

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 latest(stacksz) AS stacksz by slave, pool, _time
| stats sum(b) AS volumeB max(stacksz) AS stacksz by _time
| eval pctused=round(volumeB/stacksz*100,2)
| timechart span=1d max(pctused) AS "% used" fixedrange=false

What is the idea behind setting _time 1/2 day behind?

Thank you.

0 Karma
1 Solution

somesoni2
Revered Legend

The rollover summary is (and can be) generated after the whole day is passed. It's just an adjustment to ensure correct rollover summary is selected for that day (summary generated today will be for yesterday).

View solution in original post

0 Karma

somesoni2
Revered Legend

The rollover summary is (and can be) generated after the whole day is passed. It's just an adjustment to ensure correct rollover summary is selected for that day (summary generated today will be for yesterday).

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...