Skip to content

Commit

Permalink
[DOCS] Adds optional step for changing reload interval
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Aug 24, 2018
1 parent 137bfc1 commit 3a6d8bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,15 @@ bin/elasticsearch-keystore add xpack.security.http.ssl.secure_key_passphrase
-----------------------------------------------------------
--

. (Optional) Change how often the certificates, keys, keystores, and truststores
are checked. {es} monitors all files that are configured as values of
TLS-related node settings and reloads them when they change. By default, files
are polled for changes every 5 seconds. To change this interval, use the {es}
`resource.reload.interval.high` setting.

. Restart {es}.

NOTE: All TLS-related node settings are considered to be highly sensitive and
therefore are not exposed via the
{ref}/cluster-nodes-info.html#cluster-nodes-info[nodes info API] For more
information about any of these settings, see <<security-settings>>.

NOTE: {es} monitors all files (certificates, keys, keystores, truststores) that
are configured as values of TLS-related node settings and will reload them upon
modification. Files are polled for changes at a frequency determined by the global
{es} `resource.reload.interval.high` setting, which defaults to 5 seconds.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ bin/elasticsearch-keystore add xpack.security.transport.ssl.secure_key_passphras
-----------------------------------------------------------
--

. (Optional) Change how often the certificates, keys, keystores, and truststores
are checked. {es} monitors all files that are configured as values of
TLS-related node settings and reloads them when they change. By default, files
are polled for changes every 5 seconds. To change this interval, use the {es}
`resource.reload.interval.high` setting.

. Restart {es}.
+
--
Expand All @@ -99,8 +105,3 @@ NOTE: All TLS-related node settings are considered to be highly sensitive and
therefore are not exposed via the
{ref}/cluster-nodes-info.html#cluster-nodes-info[nodes info API] For more
information about any of these settings, see <<security-settings>>.

NOTE: {es} monitors all files (certificates, keys, keystores, truststores) that
are configured as values of TLS-related node settings and will reload them upon
modification. Files are polled for changes at a frequency determined by the global
{es} `resource.reload.interval.high` setting, which defaults to 5 seconds.

0 comments on commit 3a6d8bb

Please sign in to comment.