Hi It's just like @richgalloway said, there is no supported way how anyone can do it. You could try the next if it works, BUT do it by your own risk/responsibility! I haven't test this! When you are reading that splunk docs it said that it don't convert existing buckets to clustered when you add an old individual indexer to cluster. Based on that you could try (IF You have TEST environment to do it) to emulate this behaviour as moving those buckets to your cluster. BUT it needs at least the next: You cannot have the same name for any clustered index what you are moving (eg. any internal indexes) You cannot create those new buckets as a clustered buckets If you cannot fulfil above, then you cannot try the next! Instead of you should ask help from Splunk Professional Services! Stop old indexer transfer wanted buckets from source peer to individual target node (not _* buckets can moved or any already clustered indexed with same names!) Copy $SPLUNK_DB/<index name>.dat file from source to target peer for every moved index on every indexer which have that index Update CM's indexes conf with those new indexes. Be sure that those new indexes have attribute repFactor = 0 not as auto! Apply a new indexes conf on your CM to your cluster. Test, test, test. If this fails you will be in situation where your cluster is probably down. To fix that you probably must manually edit indexes.conf files to remove those index configurations from it. It's also needed to remove from CM and do a new apply. But as I said. You must test this first on your test environment, then ensure that those requirements are fulfil and reserve some time for possible downtime when you doing that on production. And once again, You will do it by your own risk and responsibility!!! r. Ismo
... View more