Hi There,
I have noticed that the cloud monitoring console is reporting a critical bucket. I only have one and have attached a screenshot. The small % is 100.
Unfortunately, I am not certain as to what this really means and whether it is something to worry about or not.
Any help would be appreciated,
Jamie
This is an indication of inefficient bucket use, meaning buckets roll `before they fill up. This can happen when indexers restart often, but in this case I suspect it's just a matter of the main index getting very few events before maxHotSpecSecs is reached and the bucket rolls to warm.
The answer for buckets that are known to contain few events is to set maxDataSize to a value that makes the bucket at least 50% full before it rolls. The default bucket size is 750MB. The dbinspect command can tell you the current size of buckets to give you an idea of how to set maxDataSize.
Best Practice is to not use the main index at all. All incoming data should go into a custom index, leaving main empty (and not needing to roll).
I have the same question