[WIP] Add guidance on reducing the number of Fleet integration policies - #8208
Draft
vishaangelova wants to merge 1 commit into
Draft
[WIP] Add guidance on reducing the number of Fleet integration policies#8208vishaangelova wants to merge 1 commit into
vishaangelova wants to merge 1 commit into
Conversation
Contributor
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
Contributor
🔍 Preview links for changed docs |
Contributor
Elastic Docs Style Checker (Vale)Summary: 2 warnings found
|
| File | Line | Rule | Message |
|---|---|---|---|
| reference/fleet/add-integration-to-policy.md | 38 | Elastic.Spelling | 'thes' is a possible misspelling. |
| reference/fleet/scale-integration-policies.md | 3 | Elastic.MappedPages | Avoid editing mapped_pages unless you are preserving an existing URL mapping. Talk with your local technical writer before changing this key. |
The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Customers who monitor many hosts running the same service had no documented way to avoid creating one integration policy per host. The issue cites a customer asking whether 200 Oracle databases require 200 Oracle integrations, and reports that when they instead list all 200 hosts in a single integration policy, the integration turns unhealthy. Nothing in the docs explained why that happens or what to do instead.
This PR adds a new doc, Reduce the number of integration policies (
scale-integration-policies.md), under Fleet and Elastic Agent → Manage integrations.Closes #2166
Other changes
fleet-agent-environment-variables.mdinto the new page and deletes it. That stub only said "use the env provider" without showing why you'd want to; the new page is the same topic with the missing motivation and procedure. Its published URL is preserved through bothmapped_pagesand aredirects.ymlentry that maps the old anchor to#reuse-one-integration-policy-with-variables.agent-policy.md, the end of the add procedure inadd-integration-to-policy.md, themanage-integrations.mdtable, and the Fleet-managed sections ofproviders.mdandenv-provider.md.Verification
Product claims were checked against source rather than the issue text:
title: Oracle DSNon thehostsvariable,multi: true—elastic/integrations,packages/oracle/manifest.yml. The multi-value field is what makes the anti-pattern tempting, which is why the page leads with it.step_select_hosts.tsx.use_multiple_agent_policies.ts.actions_menu.tsx.elastic-agent inspect --variables—elastic-agent,internal/pkg/agent/cmd/inspect.go.Follow-up
Integration policy conditions (new in 9.5) are a fourth consolidation technique, but they're currently undocumented for Fleet users anywhere. Rather than version-gate part of an otherwise cumulative page, that work is left for a separate PR that fixes
dynamic-input-configuration.md#conditions— which is where the product's own Learn more link points — and then adds the technique here.Generative AI disclosure