Skip to content

Commit

Permalink
Merge branch '8.10' into profiling-fix-setup-8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Sep 25, 2023
2 parents 27fd988 + cc6d78f commit 43d4b09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/osquery-manager/packs/create.asciidoc
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
2 changes: 1 addition & 1 deletion docs/management/upgrade-assistant.asciidoc
Expand Up @@ -26,4 +26,4 @@ The Upgrade assistant pulls information about deprecations from the following so
* Elasticsearch deprecation logs
* Kibana deprecations API

For more information about the API's the Upgraed assistant provides, refer to <<upgrade-assistant-api, Upgrade Assistant APIs>>.
For more information about Upgrade Assistant APIs, refer to <<upgrade-assistant-api, Upgrade Assistant APIs>>.
2 changes: 1 addition & 1 deletion src/dev/build/tasks/fleet/download_elastic_gpg_key.ts
Expand Up @@ -13,7 +13,7 @@ import { ToolingLog } from '@kbn/tooling-log';
import { downloadToDisk } from '../../lib';

const ARTIFACTS_URL = 'https://artifacts.elastic.co/';
const GPG_KEY_NAME = 'GPG-KEY-elasticsearch';
const GPG_KEY_NAME = 'GPG-KEY-elasticsearch.sha1';
const GPG_KEY_SHA512 =
'84ee193cc337344d9a7da9021daf3f5ede83f5f1ab049d169f3634921529dcd096abf7a91eec7f26f3a6913e5e38f88f69a5e2ce79ad155d46edc75705a648c6';

Expand Down

0 comments on commit 43d4b09

Please sign in to comment.