Skip to content

Commit

Permalink
Update policy scaling recommendation (#1563)
Browse files Browse the repository at this point in the history
* Update policy scaling recommendation

* Add note about spaces support
  • Loading branch information
kilfoyle authored Dec 18, 2024
1 parent 241d839 commit 9b45d1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/en/ingest-management/agent-policies.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -556,4 +556,6 @@ The unenroll task runs every ten minutes, and it unenrolls a maximum of one thou
[[agent-policy-scale]]
== Policy scaling recommendations

A single instance of {fleet} supports a maximum of 500 {agent} policies. If more policies are configured, UI performance might be impacted.
A single instance of {fleet} supports a maximum of 1000 {agent} policies. If more policies are configured, UI performance might be impacted. The maximum number of policies is not affected by the number of spaces in which the policies are used.

If you are using {agent} with link:{serverless-docs}[{serverless-full}], the maximum supported number of {agent} policies is 500.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@ of these operations.

**{agent} policies**

A single instance of {fleet} supports a maximum of 500 {agent} policies. If more policies are configured, UI performance might be impacted.
A single instance of {fleet} supports a maximum of 1000 {agent} policies. If more policies are configured, UI performance might be impacted. The maximum number of policies is not affected by the number of spaces in which the policies are used.

If you are using {agent} with link:{serverless-docs}[{serverless-full}], the maximum supported number of {agent} policies is 500.

**{agents}**

Expand Down

0 comments on commit 9b45d1b

Please sign in to comment.