mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-05-06 00:17:49 +00:00
Co-authored-by: Adam Locke <adam.locke@elastic.co>
This commit is contained in:
parent
48e53cca94
commit
129b233156
@ -6,52 +6,52 @@ cluster restarts.
|
|||||||
|
|
||||||
The following _static_ settings, which must be set on every master node,
|
The following _static_ settings, which must be set on every master node,
|
||||||
control how long a freshly elected master should wait before it tries to
|
control how long a freshly elected master should wait before it tries to
|
||||||
recover the cluster state and the cluster's data:
|
recover the cluster state and the cluster's data.
|
||||||
|
|
||||||
|
NOTE: These settings only take effect on a full cluster restart.
|
||||||
|
|
||||||
`gateway.expected_nodes`::
|
`gateway.expected_nodes`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
deprecated:[7.7.0, This setting will be removed in 8.0. You should use `gateway.expected_data_nodes` instead.]
|
deprecated:[7.7.0, This setting will be removed in 8.0. Use `gateway.expected_data_nodes` instead.]
|
||||||
The number of (data or master) nodes that are expected to be in the cluster.
|
Number of data or master nodes expected in the cluster.
|
||||||
Recovery of local shards will start as soon as the expected number of
|
Recovery of local shards begins when the expected number of
|
||||||
nodes have joined the cluster. Defaults to `0`
|
nodes join the cluster. Defaults to `0`.
|
||||||
|
|
||||||
`gateway.expected_master_nodes`::
|
`gateway.expected_master_nodes`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
deprecated:[7.7.0, This setting will be removed in 8.0. You should use `gateway.expected_data_nodes` instead.]
|
deprecated:[7.7.0, This setting will be removed in 8.0. Use `gateway.expected_data_nodes` instead.]
|
||||||
The number of master nodes that are expected to be in the cluster.
|
Number of master nodes expected in the cluster.
|
||||||
Recovery of local shards will start as soon as the expected number of
|
Recovery of local shards begins when the expected number of
|
||||||
master nodes have joined the cluster. Defaults to `0`
|
master nodes join the cluster. Defaults to `0`.
|
||||||
|
|
||||||
`gateway.expected_data_nodes`::
|
`gateway.expected_data_nodes`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
The number of data nodes that are expected to be in the cluster.
|
Number of data nodes expected in the cluster.
|
||||||
Recovery of local shards will start as soon as the expected number of
|
Recovery of local shards begins when the expected number of
|
||||||
data nodes have joined the cluster. Defaults to `0`
|
data nodes join the cluster. Defaults to `0`.
|
||||||
|
|
||||||
`gateway.recover_after_time`::
|
`gateway.recover_after_time`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
If the expected number of nodes is not achieved, the recovery process waits
|
If the expected number of nodes is not achieved, the recovery process waits
|
||||||
for the configured amount of time before trying to recover regardless.
|
for the configured amount of time before trying to recover.
|
||||||
Defaults to `5m` if one of the `expected_nodes` settings is configured.
|
Defaults to `5m` if one of the `expected_nodes` settings is configured.
|
||||||
|
+
|
||||||
Once the `recover_after_time` duration has timed out, recovery will start
|
Once the `recover_after_time` duration has timed out, recovery will start
|
||||||
as long as the following conditions are met:
|
as long as the following conditions are met:
|
||||||
|
|
||||||
`gateway.recover_after_nodes`::
|
`gateway.recover_after_nodes`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
deprecated:[7.7.0, This setting will be removed in 8.0. You should use `gateway.recover_after_data_nodes` instead.]
|
deprecated:[7.7.0, This setting will be removed in 8.0. Use `gateway.recover_after_data_nodes` instead.]
|
||||||
Recover as long as this many data or master nodes have joined the cluster.
|
Recover as long as this many data or master nodes have joined the cluster.
|
||||||
|
|
||||||
`gateway.recover_after_master_nodes`::
|
`gateway.recover_after_master_nodes`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
deprecated:[7.7.0, This setting will be removed in 8.0. You should use `gateway.recover_after_data_nodes` instead.]
|
deprecated:[7.7.0, This setting will be removed in 8.0. Use `gateway.recover_after_data_nodes` instead.]
|
||||||
Recover as long as this many master nodes have joined the cluster.
|
Recover as long as this many master nodes have joined the cluster.
|
||||||
|
|
||||||
`gateway.recover_after_data_nodes`::
|
`gateway.recover_after_data_nodes`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Recover as long as this many data nodes have joined the cluster.
|
Recover as long as this many data nodes have joined the cluster.
|
||||||
|
|
||||||
NOTE: These settings only take effect on a full cluster restart.
|
|
||||||
|
|
||||||
[[dangling-indices]]
|
[[dangling-indices]]
|
||||||
==== Dangling indices
|
==== Dangling indices
|
||||||
|
@ -22,13 +22,18 @@ The following setting is _static_ and must be configured on every data node in
|
|||||||
the cluster:
|
the cluster:
|
||||||
|
|
||||||
`indices.queries.cache.size`::
|
`indices.queries.cache.size`::
|
||||||
Controls the memory size for the filter cache , defaults to `10%`. Accepts
|
(<<static-cluster-setting,Static>>)
|
||||||
either a percentage value, like `5%`, or an exact value, like `512mb`.
|
Controls the memory size for the filter cache. Accepts
|
||||||
|
either a percentage value, like `5%`, or an exact value, like `512mb`. Defaults to `10%`.
|
||||||
|
|
||||||
|
[[query-cache-index-settings]]
|
||||||
|
==== Query cache index settings
|
||||||
|
|
||||||
The following setting is an _index_ setting that can be configured on a
|
The following setting is an _index_ setting that can be configured on a
|
||||||
per-index basis. Can only be set at index creation time or on a
|
per-index basis. Can only be set at index creation time or on a
|
||||||
<<indices-open-close,closed index>>:
|
<<indices-open-close,closed index>>:
|
||||||
|
|
||||||
`index.queries.cache.enabled`::
|
`index.queries.cache.enabled`::
|
||||||
Controls whether to enable query caching. Accepts `true` (default) or
|
(<<index-modules-settings,Static>>)
|
||||||
`false`.
|
Controls whether to enable query caching. Accepts `true` (default) or
|
||||||
|
`false`.
|
||||||
|
@ -6,7 +6,7 @@ limits.
|
|||||||
|
|
||||||
[[indices-query-bool-max-clause-count]]
|
[[indices-query-bool-max-clause-count]]
|
||||||
`indices.query.bool.max_clause_count`::
|
`indices.query.bool.max_clause_count`::
|
||||||
(integer)
|
(<<static-cluster-setting,Static>>, integer)
|
||||||
Maximum number of clauses a Lucene BooleanQuery can contain. Defaults to `1024`.
|
Maximum number of clauses a Lucene BooleanQuery can contain. Defaults to `1024`.
|
||||||
+
|
+
|
||||||
This setting limits the number of clauses a Lucene BooleanQuery can have. The
|
This setting limits the number of clauses a Lucene BooleanQuery can have. The
|
||||||
|
@ -17,6 +17,7 @@ Never expose an unprotected node to the public internet.
|
|||||||
==== Commonly used network settings
|
==== Commonly used network settings
|
||||||
|
|
||||||
`network.host`::
|
`network.host`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
The node will bind to this hostname or IP address and _publish_ (advertise)
|
The node will bind to this hostname or IP address and _publish_ (advertise)
|
||||||
this host to other nodes in the cluster. Accepts an IP address, hostname, a
|
this host to other nodes in the cluster. Accepts an IP address, hostname, a
|
||||||
<<network-interface-values,special value>>, or an array of any combination of
|
<<network-interface-values,special value>>, or an array of any combination of
|
||||||
@ -29,6 +30,7 @@ same effect as the value `0.0.0.0`.
|
|||||||
Defaults to `_local_`.
|
Defaults to `_local_`.
|
||||||
|
|
||||||
`discovery.seed_hosts`::
|
`discovery.seed_hosts`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
In order to join a cluster, a node needs to know the hostname or IP address of
|
In order to join a cluster, a node needs to know the hostname or IP address of
|
||||||
at least some of the other nodes in the cluster. This setting provides the
|
at least some of the other nodes in the cluster. This setting provides the
|
||||||
initial list of addresses this node will try to contact. Accepts IP addresses
|
initial list of addresses this node will try to contact. Accepts IP addresses
|
||||||
@ -43,6 +45,7 @@ caching>>).
|
|||||||
Defaults to `["127.0.0.1", "[::1]"]`.
|
Defaults to `["127.0.0.1", "[::1]"]`.
|
||||||
|
|
||||||
`http.port`::
|
`http.port`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Port to bind to for incoming HTTP requests. Accepts a single value or a range.
|
Port to bind to for incoming HTTP requests. Accepts a single value or a range.
|
||||||
If a range is specified, the node will bind to the first available port in the
|
If a range is specified, the node will bind to the first available port in the
|
||||||
range.
|
range.
|
||||||
@ -50,6 +53,7 @@ range.
|
|||||||
Defaults to `9200-9300`.
|
Defaults to `9200-9300`.
|
||||||
|
|
||||||
`transport.port`::
|
`transport.port`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Port to bind for communication between nodes. Accepts a single value or a
|
Port to bind for communication between nodes. Accepts a single value or a
|
||||||
range. If a range is specified, the node will bind to the first available port
|
range. If a range is specified, the node will bind to the first available port
|
||||||
in the range.
|
in the range.
|
||||||
@ -126,39 +130,50 @@ Any component that uses TCP (like the <<modules-http,HTTP>> and
|
|||||||
<<modules-transport,transport>> layers) share the following settings:
|
<<modules-transport,transport>> layers) share the following settings:
|
||||||
|
|
||||||
`network.tcp.no_delay`::
|
`network.tcp.no_delay`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Enable or disable the {wikipedia}/Nagle%27s_algorithm[TCP no delay]
|
Enable or disable the {wikipedia}/Nagle%27s_algorithm[TCP no delay]
|
||||||
setting. Defaults to `true`.
|
setting. Defaults to `true`.
|
||||||
|
|
||||||
`network.tcp.keep_alive`::
|
`network.tcp.keep_alive`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Configures the `SO_KEEPALIVE` option for this socket, which
|
Configures the `SO_KEEPALIVE` option for this socket, which
|
||||||
determines whether it sends TCP keepalive probes.
|
determines whether it sends TCP keepalive probes.
|
||||||
|
|
||||||
`network.tcp.keep_idle`:: Configures the `TCP_KEEPIDLE` option for this socket, which
|
`network.tcp.keep_idle`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
|
Configures the `TCP_KEEPIDLE` option for this socket, which
|
||||||
determines the time in seconds that a connection must be idle before
|
determines the time in seconds that a connection must be idle before
|
||||||
starting to send TCP keepalive probes. Defaults to `-1`, which uses
|
starting to send TCP keepalive probes. Defaults to `-1`, which uses
|
||||||
the system default. This value cannot exceed `300` seconds. Only applicable on Linux and macOS,
|
the system default. This value cannot exceed `300` seconds. Only applicable on Linux and macOS,
|
||||||
and requires Java 11 or newer.
|
and requires Java 11 or newer.
|
||||||
|
|
||||||
`network.tcp.keep_interval`:: Configures the `TCP_KEEPINTVL` option for this socket,
|
`network.tcp.keep_interval`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
|
Configures the `TCP_KEEPINTVL` option for this socket,
|
||||||
which determines the time in seconds between sending TCP keepalive probes.
|
which determines the time in seconds between sending TCP keepalive probes.
|
||||||
Defaults to `-1`, which uses the system default. This value cannot exceed `300` seconds.
|
Defaults to `-1`, which uses the system default. This value cannot exceed `300` seconds.
|
||||||
Only applicable on Linux and macOS, and requires Java 11 or newer.
|
Only applicable on Linux and macOS, and requires Java 11 or newer.
|
||||||
|
|
||||||
`network.tcp.keep_count`:: Configures the `TCP_KEEPCNT` option for this socket, which
|
`network.tcp.keep_count`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
|
Configures the `TCP_KEEPCNT` option for this socket, which
|
||||||
determines the number of unacknowledged TCP keepalive probes that may be
|
determines the number of unacknowledged TCP keepalive probes that may be
|
||||||
sent on a connection before it is dropped. Defaults to `-1`,
|
sent on a connection before it is dropped. Defaults to `-1`,
|
||||||
which uses the system default. Only applicable on Linux and macOS, and requires
|
which uses the system default. Only applicable on Linux and macOS, and requires
|
||||||
Java 11 or newer.
|
Java 11 or newer.
|
||||||
|
|
||||||
`network.tcp.reuse_address`::
|
`network.tcp.reuse_address`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Should an address be reused or not. Defaults to `true` on non-windows
|
Should an address be reused or not. Defaults to `true` on non-windows
|
||||||
machines.
|
machines.
|
||||||
|
|
||||||
`network.tcp.send_buffer_size`::
|
`network.tcp.send_buffer_size`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
The size of the TCP send buffer (specified with <<size-units,size units>>).
|
The size of the TCP send buffer (specified with <<size-units,size units>>).
|
||||||
By default not explicitly set.
|
By default not explicitly set.
|
||||||
|
|
||||||
`network.tcp.receive_buffer_size`::
|
`network.tcp.receive_buffer_size`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
The size of the TCP receive buffer (specified with <<size-units,size units>>).
|
The size of the TCP receive buffer (specified with <<size-units,size units>>).
|
||||||
By default not explicitly set.
|
By default not explicitly set.
|
||||||
|
|
||||||
|
@ -17,9 +17,11 @@ communicates over TCP. These settings also use the common
|
|||||||
<<modules-network,network settings>>.
|
<<modules-network,network settings>>.
|
||||||
|
|
||||||
`transport.port`::
|
`transport.port`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
A bind port range. Defaults to `9300-9400`.
|
A bind port range. Defaults to `9300-9400`.
|
||||||
|
|
||||||
`transport.publish_port`::
|
`transport.publish_port`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
The port that other nodes in the cluster
|
The port that other nodes in the cluster
|
||||||
should use when communicating with this node. Useful when a cluster node
|
should use when communicating with this node. Useful when a cluster node
|
||||||
is behind a proxy or firewall and the `transport.port` is not directly
|
is behind a proxy or firewall and the `transport.port` is not directly
|
||||||
@ -27,25 +29,31 @@ addressable from the outside. Defaults to the actual port assigned via
|
|||||||
`transport.port`.
|
`transport.port`.
|
||||||
|
|
||||||
`transport.bind_host`::
|
`transport.bind_host`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
The host address to bind the transport service to. Defaults to
|
The host address to bind the transport service to. Defaults to
|
||||||
`transport.host` (if set) or `network.bind_host`.
|
`transport.host` (if set) or `network.bind_host`.
|
||||||
|
|
||||||
`transport.publish_host`::
|
`transport.publish_host`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
The host address to publish for nodes in the cluster to connect to.
|
The host address to publish for nodes in the cluster to connect to.
|
||||||
Defaults to `transport.host` (if set) or `network.publish_host`.
|
Defaults to `transport.host` (if set) or `network.publish_host`.
|
||||||
|
|
||||||
`transport.host`::
|
`transport.host`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Used to set the `transport.bind_host` and the `transport.publish_host`.
|
Used to set the `transport.bind_host` and the `transport.publish_host`.
|
||||||
|
|
||||||
`transport.connect_timeout`::
|
`transport.connect_timeout`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
The connect timeout for initiating a new connection (in
|
The connect timeout for initiating a new connection (in
|
||||||
time setting format). Defaults to `30s`.
|
time setting format). Defaults to `30s`.
|
||||||
|
|
||||||
`transport.compress`::
|
`transport.compress`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Set to `true` to enable compression (`DEFLATE`) between
|
Set to `true` to enable compression (`DEFLATE`) between
|
||||||
all nodes. Defaults to `false`.
|
all nodes. Defaults to `false`.
|
||||||
|
|
||||||
`transport.ping_schedule`::
|
`transport.ping_schedule`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Schedule a regular application-level ping message
|
Schedule a regular application-level ping message
|
||||||
to ensure that transport connections between nodes are kept alive. Defaults to
|
to ensure that transport connections between nodes are kept alive. Defaults to
|
||||||
`5s` in the transport client and `-1` (disabled) elsewhere. It is preferable
|
`5s` in the transport client and `-1` (disabled) elsewhere. It is preferable
|
||||||
@ -54,15 +62,18 @@ TCP keep-alives apply to all kinds of long-lived connections and not just to
|
|||||||
transport connections.
|
transport connections.
|
||||||
|
|
||||||
`transport.tcp.no_delay`::
|
`transport.tcp.no_delay`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Enable or disable the {wikipedia}/Nagle%27s_algorithm[TCP no delay]
|
Enable or disable the {wikipedia}/Nagle%27s_algorithm[TCP no delay]
|
||||||
setting. Defaults to `network.tcp.no_delay`.
|
setting. Defaults to `network.tcp.no_delay`.
|
||||||
|
|
||||||
`transport.tcp.keep_alive`::
|
`transport.tcp.keep_alive`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Configures the `SO_KEEPALIVE` option for this socket, which
|
Configures the `SO_KEEPALIVE` option for this socket, which
|
||||||
determines whether it sends TCP keepalive probes.
|
determines whether it sends TCP keepalive probes.
|
||||||
Defaults to `network.tcp.keep_alive`.
|
Defaults to `network.tcp.keep_alive`.
|
||||||
|
|
||||||
`transport.tcp.keep_idle`::
|
`transport.tcp.keep_idle`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Configures the `TCP_KEEPIDLE` option for this socket, which
|
Configures the `TCP_KEEPIDLE` option for this socket, which
|
||||||
determines the time in seconds that a connection must be idle before
|
determines the time in seconds that a connection must be idle before
|
||||||
starting to send TCP keepalive probes. Defaults to `network.tcp.keep_idle` if set,
|
starting to send TCP keepalive probes. Defaults to `network.tcp.keep_idle` if set,
|
||||||
@ -72,6 +83,7 @@ is higher than `300`, the value is automatically lowered to `300`. Only applicab
|
|||||||
Linux and macOS, and requires Java 11 or newer.
|
Linux and macOS, and requires Java 11 or newer.
|
||||||
|
|
||||||
`transport.tcp.keep_interval`::
|
`transport.tcp.keep_interval`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Configures the `TCP_KEEPINTVL` option for this socket,
|
Configures the `TCP_KEEPINTVL` option for this socket,
|
||||||
which determines the time in seconds between sending TCP keepalive probes.
|
which determines the time in seconds between sending TCP keepalive probes.
|
||||||
Defaults to `network.tcp.keep_interval` if set, or the system default otherwise.
|
Defaults to `network.tcp.keep_interval` if set, or the system default otherwise.
|
||||||
@ -80,6 +92,7 @@ the value is automatically lowered to `300`. Only applicable on Linux and macOS,
|
|||||||
and requires Java 11 or newer.
|
and requires Java 11 or newer.
|
||||||
|
|
||||||
`transport.tcp.keep_count`::
|
`transport.tcp.keep_count`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Configures the `TCP_KEEPCNT` option for this socket, which
|
Configures the `TCP_KEEPCNT` option for this socket, which
|
||||||
determines the number of unacknowledged TCP keepalive probes that may be
|
determines the number of unacknowledged TCP keepalive probes that may be
|
||||||
sent on a connection before it is dropped. Defaults to `network.tcp.keep_count`
|
sent on a connection before it is dropped. Defaults to `network.tcp.keep_count`
|
||||||
@ -87,13 +100,16 @@ if set, or the system default otherwise. Only applicable on Linux and macOS, and
|
|||||||
requires Java 11 or newer.
|
requires Java 11 or newer.
|
||||||
|
|
||||||
`transport.tcp.reuse_address`::
|
`transport.tcp.reuse_address`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Should an address be reused or not. Defaults to `network.tcp.reuse_address`.
|
Should an address be reused or not. Defaults to `network.tcp.reuse_address`.
|
||||||
|
|
||||||
`transport.tcp.send_buffer_size`::
|
`transport.tcp.send_buffer_size`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
The size of the TCP send buffer (specified with <<size-units,size units>>).
|
The size of the TCP send buffer (specified with <<size-units,size units>>).
|
||||||
Defaults to `network.tcp.send_buffer_size`.
|
Defaults to `network.tcp.send_buffer_size`.
|
||||||
|
|
||||||
`transport.tcp.receive_buffer_size`::
|
`transport.tcp.receive_buffer_size`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
The size of the TCP receive buffer (specified with <<size-units,size units>>).
|
The size of the TCP receive buffer (specified with <<size-units,size units>>).
|
||||||
Defaults to `network.tcp.receive_buffer_size`.
|
Defaults to `network.tcp.receive_buffer_size`.
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ For more information, see
|
|||||||
{kibana-ref}/managing-licenses.html[License management].
|
{kibana-ref}/managing-licenses.html[License management].
|
||||||
|
|
||||||
`xpack.license.self_generated.type`::
|
`xpack.license.self_generated.type`::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Set to `basic` (default) to enable basic {xpack} features. +
|
Set to `basic` (default) to enable basic {xpack} features. +
|
||||||
+
|
+
|
||||||
--
|
--
|
||||||
|
@ -13,13 +13,13 @@ These are the settings available for configuring
|
|||||||
|
|
||||||
[[slm-history-index-enabled]]
|
[[slm-history-index-enabled]]
|
||||||
`slm.history_index_enabled`::
|
`slm.history_index_enabled`::
|
||||||
(boolean)
|
(<<static-cluster-setting,Static>>, boolean)
|
||||||
Controls whether {slm-init} records the history of actions taken as part of {slm-init} policies
|
Controls whether {slm-init} records the history of actions taken as part of {slm-init} policies
|
||||||
to the `slm-history-*` indices. Defaults to `true`.
|
to the `slm-history-*` indices. Defaults to `true`.
|
||||||
|
|
||||||
[[slm-retention-schedule]]
|
[[slm-retention-schedule]]
|
||||||
`slm.retention_schedule`::
|
`slm.retention_schedule`::
|
||||||
(<<cluster-update-settings,Dynamic>>, <<schedule-cron,cron scheduler value>>)
|
(<<dynamic-cluster-setting,Dynamic>>, <<schedule-cron,cron scheduler value>>)
|
||||||
Controls when the <<slm-retention,retention task>> runs.
|
Controls when the <<slm-retention,retention task>> runs.
|
||||||
Can be a periodic or absolute time schedule.
|
Can be a periodic or absolute time schedule.
|
||||||
Supports all values supported by the <<schedule-cron,cron scheduler>>.
|
Supports all values supported by the <<schedule-cron,cron scheduler>>.
|
||||||
@ -27,12 +27,13 @@ Defaults to daily at 1:30am UTC: `0 30 1 * * ?`.
|
|||||||
|
|
||||||
[[slm-retention-duration]]
|
[[slm-retention-duration]]
|
||||||
`slm.retention_duration`::
|
`slm.retention_duration`::
|
||||||
(<<cluster-update-settings,Dynamic>>, <<time-units,time value>>)
|
(<<dynamic-cluster-setting,Dynamic>>, <<time-units,time value>>)
|
||||||
Limits how long {slm-init} should spend deleting old snapshots.
|
Limits how long {slm-init} should spend deleting old snapshots.
|
||||||
Defaults to one hour: `1h`.
|
Defaults to one hour: `1h`.
|
||||||
|
|
||||||
[[repositories-url-allowed]]
|
[[repositories-url-allowed]]
|
||||||
// tag::repositories-url-allowed[]
|
// tag::repositories-url-allowed[]
|
||||||
`repositories.url.allowed_urls` {ess-icon}::
|
`repositories.url.allowed_urls` {ess-icon}::
|
||||||
|
(<<static-cluster-setting,Static>>)
|
||||||
Specifies the <<snapshots-read-only-repository,read-only URL repositories>> that snapshots can be restored from.
|
Specifies the <<snapshots-read-only-repository,read-only URL repositories>> that snapshots can be restored from.
|
||||||
// end::repositories-url-allowed[]
|
// end::repositories-url-allowed[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user