Skip to content

Commit f295228

Browse files
[Docs]: Add Fleet setting for setting the task interval for version-specific policy assignment (elastic#267647)
## Summary Adds a Fleet setting for setting the task interval for version-specific policy assignment. Related to: elastic/docs-content#4777 ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the [docker list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker) - [ ] This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The `release_note:breaking` label should be applied in these situations. - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [ ] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [ ] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. ### Identify risks Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss. Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging. - [ ] [See some risk examples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx) - [ ] ...
1 parent 32dff45 commit f295228

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/reference/configuration-reference/fleet-settings.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,16 @@ groups:
537537
ech: ga
538538
self: ga
539539

540+
- setting: xpack.fleet.versionSpecificPolicyAssignment.taskInterval
541+
description: |
542+
Configure the interval at which {{fleet}} reassigns agents to the matching [version-specific agent policy](docs-content://reference/fleet/version-specific-agent-policies.md).
543+
datatype: string
544+
default: "1m"
545+
applies_to:
546+
stack: ga 9.4
547+
ech: ga
548+
self: ga
549+
540550
- setting: xpack.fleet.integrationRollbackTTL
541551
description: |
542552
Configure the time-to-live (TTL) for integration rollback availability. This setting controls how long the rollback option remains available after an integration is upgraded. The value must be specified in a duration format (for example, `7d`, `14d`, `168h`, or `1w`). For more information, refer to [Roll back an integration](docs-content://reference/fleet/roll-back-integration.md).

0 commit comments

Comments
 (0)