Skip to content

Commit

Permalink
[DOCS] Makes shards optional in Create pack API (#166639)
Browse files Browse the repository at this point in the history
## Summary

* Resolves elastic/security-docs#3822.  

* Updates the `shards` object in Create pack API to optional for 8.10.1
and 8.11.0 onwards, per #166178

* Related to changes made in
#166363.
  • Loading branch information
natasha-moore-elastic authored Sep 25, 2023
1 parent e44362f commit 62e087a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/osquery-manager/packs/create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 62e087a

Please sign in to comment.