Skip to content

Commit

Permalink
fix: update synthetics agent project id CLI option
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam committed Nov 3, 2023
1 parent 9e52c6d commit 08161ac
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 @@ -118,7 +118,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 @@ -150,7 +150,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 08161ac

Please sign in to comment.