Deployment Architecture

Can we list the hot buckets?

danielbb
Motivator

With all the discussions about smartstore here, there is some sort of treatment of the hot buckets mechanism as a cohesive layer. Can we maybe produce a report of the current hot buckets, their size and age?

Tags (2)
0 Karma

martynoconnor
Communicator

Try this:

| dbinspect where index=* state=hot
| fields startEpoch sizeOnDiskMB path index
| eval now=now(),ageInHours=round(((now-startEpoch)/3600),2),sizeOnDiskMB=round(sizeOnDiskMB,2)
| fields - now startEpoch
| table index path sizeOnDiskMB ageInHours

danielbb
Motivator

Using this query, I see huge discrepancies between the ageInHours for different indexes - how can we visualize it nicely?

BTW, the round function fails to do its job here for some reason.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Hot buckets are not part of SmartStore.

Use the |dbinspect command to for information about buckets, including hot buckets.

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...