From 901ebfe960a9ff4279b6cbd12978a2be3e9999e0 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Wed, 19 Jul 2023 12:31:45 -0500 Subject: [PATCH] [synthetics] Add note about `--tags` and `--match` flags (#3086) * add note about tags and match * change location to locations (cherry picked from commit 4752bcca922dcd1ac479c8fe914aeb1a89a85027) --- .../en/observability/synthetics-command-reference.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/en/observability/synthetics-command-reference.asciidoc b/docs/en/observability/synthetics-command-reference.asciidoc index 2b5baaa410..58d62ae0a0 100644 --- a/docs/en/observability/synthetics-command-reference.asciidoc +++ b/docs/en/observability/synthetics-command-reference.asciidoc @@ -52,6 +52,13 @@ Does not apply throttling. *`-h, --help`*:: Shows help for the `npx @elastic/synthetics` command. +[NOTE] +===== +The `--tags` and `--match` flags for filtering are only supported when you grep or +run synthetic tests locally. Filtering is _not_ supported in any other subcommands +like `init`, `push`, and `locations`. +===== + [discrete] [[elastic-synthetics-init-command]] = `@elastic/synthetics init`