From 62e087a8a8c7507cd0ead1e54d2db36654c58e60 Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic <137783811+natasha-moore-elastic@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:38:41 +0100 Subject: [PATCH] [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. --- docs/api/osquery-manager/packs/create.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/osquery-manager/packs/create.asciidoc b/docs/api/osquery-manager/packs/create.asciidoc index 2fcfc58d43dba..280f6a1d9fe75 100644 --- a/docs/api/osquery-manager/packs/create.asciidoc +++ b/docs/api/osquery-manager/packs/create.asciidoc @@ -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.