From f86466e9a9dca5071a1957c17133931f6d3c3cfe Mon Sep 17 00:00:00 2001 From: cskh Date: Thu, 22 Jun 2023 17:02:47 -0400 Subject: [PATCH] update doc --- website/content/commands/watch.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/content/commands/watch.mdx b/website/content/commands/watch.mdx index da32cdefdc4d..806864dae953 100644 --- a/website/content/commands/watch.mdx +++ b/website/content/commands/watch.mdx @@ -53,6 +53,11 @@ or optionally provided. There is more documentation on watch - `-type` - Watch type. Required, one of "`key`, `keyprefix`, `services`, `nodes`, `service`, `checks`, or `event`. +- `-filter=` - Expression to use for filtering the results. Optional for + `checks` `nodes`, `services`, and `service` type. + See the [`/catalog/nodes` API documentation](/consul/api-docs/catalog#filtering) for a + description of what is filterable. + #### API Options @include 'http_api_options_client.mdx'