Hi everyone,
I have the following snippet in my elasticsearch.yaml
action:
disable_delete_all_indices: true
-
is there a way to apply this via the API without restarting the node ? I couldn't find any reference to this and a few attempts didn't come back with anythign useful
-
Is this a per-node setting, or a cluster wide setting? do i need to restart/apply against each node, or once set in any, will it work ?
cheers,
B
PS : Yes, I know 0.90 is an old version