Where to check indices.store.throttle.max_bytes_per_sec when it is statically set

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?

1 Like

we treat the on-disk settings as defaults so try GET /_cluster/settings?include_defaults=true

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.