hi,
According to the elasticsearch documentation, it is possible to change the number of replicas in the open indices. I would like to change the number from 0 to 1 in many of them; currently the new ones have 1 already, as I changed the setting in Graylog’s config.
I tried this kind of a command:
curl -XPUT '{"number_of_replicas": "1"}' http://es01:9200/graylog_69/_settings
and some other variations, but I don’t seem to find the correct command. What would be the correct way to change the setting on-line?