From 13aa1bcceb83b7daf82cb09c7bebac730c639717 Mon Sep 17 00:00:00 2001 From: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com> Date: Wed, 31 Aug 2022 13:58:23 -0400 Subject: [PATCH] docs: node lookups don't support filtering on tag --- website/content/docs/discovery/dns.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/discovery/dns.mdx b/website/content/docs/discovery/dns.mdx index 5643068ba..f052b0e27 100644 --- a/website/content/docs/discovery/dns.mdx +++ b/website/content/docs/discovery/dns.mdx @@ -105,7 +105,7 @@ the partition and datacenter of the Consul agent that received the DNS query. Use the following query format to specify a partition for a node lookup: ```text -[.].node..ap..dc. +.node..ap..dc. ``` Consul server agents are in the `default` partition.