Skip to content

Commit

Permalink
fix: update synthetics agent project id CLI option (#3333) (#3335)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8947fcf)

Co-authored-by: Vignesh Shanmugam <[email protected]>
  • Loading branch information
mergify[bot] and vigneshshanmugam authored Nov 3, 2023
1 parent 47e80a0 commit aaee729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/observability/synthetics-command-reference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Create monitors in {kib} by using your local journeys.

[source,sh]
----
npx @elastic/synthetics push --auth <api-key> --url <kibana-url> --project <id|name>
npx @elastic/synthetics push --auth <api-key> --url <kibana-url> --id <id|name>
----

[NOTE]
Expand Down Expand Up @@ -140,7 +140,7 @@ If you are pushing to a <<private-locations,{private-location}>>, you must use a
To create an API key, you must be logged into {kib} as a user with the privileges described in
<<synthetics-role-write>>.

`--project <string>`::
`--id <string>`::
A unique id associated with your project.
It will be used for logically grouping monitors.
+
Expand Down

0 comments on commit aaee729

Please sign in to comment.