Deployment Architecture

How to know what buckets are frozen due to size?

vrmandadi
Builder

I got an alert that some of the indexes buckets have been frozen due to size. How to get the bucket details. I mean the date of the buckets that got frozen?

0 Karma

Mehran_Safari
Explorer

https://github.com/mehransafari/Splunk_FrozenData_FIND_by_DATE_and_Restore

 

an script for finding frozen bucket files in time range you gave

shows folders + size + start time and endtime of logs contains on  each folder log

+ asks to unfrozen log 

it may help you

0 Karma

xavierashe
Contributor

You can also use dbinspect

| dbinspect index=INDEX_NAME| search state=frozen
0 Karma

manjunathmeti
Champion

Hi @vrmandadi,

Check this query:

index=_internal sourcetype=splunkd INDEX_NAME component=BucketMover
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...