I know that I can get the cluster settings with this:
GET _cluster/settings
What I don’t know is how I can get a specific setting, especially when it‘s at the default and so it doesn’t show up on the GET.
For example, I’d like to change this value: indices.recover.max_bytes_per_sec
. It doesn’t currently show up there right now. Is there a way to specify which property I would like to see?