I have updated indices.store.throttle.max_bytes_per_sec value in the yml file but I am unable to see the value when I make a GET call to the path /_cluster/settings.
{
"persistent" : { },
"transient" : { }
}
However, when I do a PUT call followed by the GET call, I am able to see the value. Is there some way of checking the value when it is set from the yml?