From aaee7295a0326976c7881a66efc9e7bff8103eda Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:54:26 -0400 Subject: [PATCH] fix: update synthetics agent project id CLI option (#3333) (#3335) (cherry picked from commit 8947fcf668a179c3eff80e7edcb50c1aadb774b7) Co-authored-by: Vignesh Shanmugam --- docs/en/observability/synthetics-command-reference.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/observability/synthetics-command-reference.asciidoc b/docs/en/observability/synthetics-command-reference.asciidoc index 0158683dc7..c6d154b598 100644 --- a/docs/en/observability/synthetics-command-reference.asciidoc +++ b/docs/en/observability/synthetics-command-reference.asciidoc @@ -108,7 +108,7 @@ Create monitors in {kib} by using your local journeys. [source,sh] ---- -npx @elastic/synthetics push --auth --url --project +npx @elastic/synthetics push --auth --url --id ---- [NOTE] @@ -140,7 +140,7 @@ If you are pushing to a <>, you must use a To create an API key, you must be logged into {kib} as a user with the privileges described in <>. -`--project `:: +`--id `:: A unique id associated with your project. It will be used for logically grouping monitors. +