mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[DOCS] Makes shards optional in Create pack API (#166639)
## Summary * Resolves https://github.com/elastic/security-docs/issues/3822. * Updates the `shards` object in Create pack API to optional for 8.10.1 and 8.11.0 onwards, per https://github.com/elastic/kibana/pull/166178 * Related to changes made in https://github.com/elastic/kibana/pull/166363.
This commit is contained in:
parent
e44362feae
commit
62e087a8a8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ experimental[] Create packs.
|
|||
|
||||
`policy_ids`:: (Optional, array) A list of agents policy IDs.
|
||||
|
||||
`shards`:: (Required, object) An object with shard configuration for policies included in the pack. For each policy, set the shard configuration to a percentage (1–100) of target hosts.
|
||||
`shards`:: (Optional, object) An object with shard configuration for policies included in the pack. For each policy, set the shard configuration to a percentage (1–100) of target hosts.
|
||||
|
||||
`queries`:: (Required, object) An object of queries.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue