|
@@ -98,7 +98,7 @@ splunk cmd splunkd rfs -- ls --starts-with volume:smartstore/<some-index>/
|
|
|
|
|
|
### Confirm That the Cluster is Healthy and in the _Complete_ State
|
|
|
|
|
|
-Set `constrain_singlesite_buckets = false` in the Cluster Manager's `server.conf` under `[clustering]` and restart Splunk on the Cluster Manager.
|
|
|
+Set `constrain_singlesite_buckets = false` in the Cluster Manager's `server.conf` under `[clustering]` and restart Splunk on the Cluster Manager. This can be applied via Salt with `salt moose-splunk-cm* state.sls splunk.master.init test=true` then without `test=true` after validating only the INI change and service restart (perhaps file permissions change for etc/passwd) are the only changes.
|
|
|
|
|
|
Check the Bucket Status panel and resolve any pending fixup tasks.
|
|
|
|
|
@@ -163,4 +163,4 @@ Once all the index definitions have `remotePath` defined, use Salt to apply the
|
|
|
|
|
|
DO NOT thaw an archived (frozen) bucket into a SmartStore index!
|
|
|
|
|
|
-Create a separate, "classic" index that does not utilize SmartStore (no `remotePath`) and thaw the buckets into the `thawedPath` of that index.
|
|
|
+Create a separate, "classic" index that does not utilize SmartStore (no `remotePath`) and thaw the buckets into the `thawedPath` of that index.
|