- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Index Cluster: How do I identify list of excess Buckets in Clustered environment?
sat94541
Communicator
05-06-2016
01:41 PM
Refer http://docs.splunk.com/Documentation/Splunk/6.1/Indexer/Removeextrabucketcopies, this documentation provide the list of excess buckets using command
splunk list excess-buckets [index-name]
This just provide the count of excess bucket but not bucket id's
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

rbal_splunk

Splunk Employee
05-06-2016
01:44 PM
To get the list of excess replicated Buckets you can run the following search on the Cluster Master
|rest /services/cluster/master/buckets filter=replication_count>
To get the list of excess search buckets you can run the following search on the Cluster Master
|rest /services/cluster/master/buckets filter=search_count>
