Skip to content

Commit 1bffb3c

Browse files
committed
Update the configuration settings section
1 parent a93b032 commit 1bffb3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/fleet/upgrade-elastic-agent.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,16 +257,16 @@ If new agents are assigned to the policy, the number of {{agents}} to be upgrade
257257

258258
### Configure the auto-upgrade settings [auto-upgrade-settings]
259259

260-
On self-managed and cloud deployments of {{stack}}, you can configure the default task interval and the retry delays of the automatic upgrade in the {{kib}} user settings. For example:
260+
On self-managed and cloud deployments of {{stack}}, you can configure the default task interval and the retry delays of the automatic upgrade in the [{{kib}} {{fleet}} settings](kibana://reference/configuration-reference/fleet-settings.md). For example:
261261

262262
```yml
263263
xpack.fleet.autoUpgrades.taskInterval: 15m <1>
264264
xpack.fleet.autoUpgrades.retryDelays: ['5m', '10m', '20m'] <2>
265265
```
266-
1. Defaults to `30m`
267-
2. Defaults to `['30m', '1h', '2h', '4h', '8h', '16h', '24h']`
266+
1. The time interval between which the auto-upgrade task should run. Defaults to `30m`.
267+
2. Array indicating how much time should pass before a failed auto-upgrade is retried. The array's length indicates the maximum number of retries. Defaults to `['30m', '1h', '2h', '4h', '8h', '16h', '24h']`
268268

269-
For more information, refer to [Fleet settings in Kibana](kibana://reference/configuration-reference/fleet-settings.md).
269+
For more information, refer to the [Kibana configuration reference](kibana://reference/configuration-reference.md).
270270

271271
### View the status of the automatic upgrade [auto-upgrade-view-status]
272272

0 commit comments

Comments
 (0)