Deployment Architecture

Failed to make bucket error

DavidHourani
Super Champion

Hello,

I have a cluster of indexers and a couple of SH to run my searches and recently i've been getting the following error from the SH:

Search peer INDEXER1 has the following message: Failed to make bucket = _internal~179~5EDAD0F8-8979-415D-BBB0-72E968D15EF8 searchable, retry count = 104.

Any idea how I can get rid of that ? I've tried deleting the bucket but nothing happens.

Regards,
David

0 Karma
1 Solution

dwarak
Engager

You can remove the bucket by hitting the bucket's remove_all endpoint on the master.

curl -k -u USER:LOGIN (https://) master_uri:mgmt_port/services/cluster/master/buckets/BUCKET_ID/remove_all -X POST

Otherwise if you're on 5.0.x, I'd freeze the bucket and it should leave you alone.

curl -k -u USER:LOGIN (https://) master_uri:mgmt_port/services/cluster/master/buckets/BUCKET_ID/freeze -X POST

Software Testing Training in Chennai

View solution in original post

dwarak
Engager

You can remove the bucket by hitting the bucket's remove_all endpoint on the master.

curl -k -u USER:LOGIN (https://) master_uri:mgmt_port/services/cluster/master/buckets/BUCKET_ID/remove_all -X POST

Otherwise if you're on 5.0.x, I'd freeze the bucket and it should leave you alone.

curl -k -u USER:LOGIN (https://) master_uri:mgmt_port/services/cluster/master/buckets/BUCKET_ID/freeze -X POST

Software Testing Training in Chennai

DavidHourani
Super Champion

What output should i get ?

0 Karma

DavidHourani
Super Champion

For Bucket_ID I use : _internal~179~5EDAD0F8-8979-415D-BBB0-72E968D15EF8 ?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...