Reloadable Secure Settings | Elasticsearch

Hi,

How do I know if a setting is reloadable?
I was reading the documentation on Secure Settings, however, I'm unsure if I am missing something which signifies this.

Additionally, what happens if the secure setting is different on different nodes and you initiate a reload?

Thank you in advanced :slight_smile:

Hi @ntran

Currently, the secure settings for the following plugins:

are reloadable.

We don't validate that the values are the same on reload, you'd need to ensure that. Each node will reload values from its own keystore, so if there is a divergence, each node will end up with different configuration. This would be the same as if you had entered different values in the keystore to begin with.

Thanks @ikakavas :slight_smile:

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