Page MenuHomePhabricator

Dropping replica count for older logstash indices
ActivePublic

Authored by bd808 on Nov 13 2014, 4:44 PM.
Project Tags
Referenced Files
F806: Dropping_replica_count_for_older_logstash_indices
Nov 13 2014, 4:44 PM
Subscribers
None
for d in $(seq 14 29); do
curl -XPUT "localhost:9200/logstash-2014.10.${d}/_settings" \
-d '{ "index" : { "number_of_replicas" : 0 } }'
done

Event Timeline

bd808 changed the title of this paste from untitled to Dropping replica count for older logstash indices.
bd808 updated the paste's language from autodetect to autodetect.
bd808 added a project: Logstash--archived.