From 5d020e72edefad393f18efada455e807fe25847e Mon Sep 17 00:00:00 2001 From: matt maier Date: Wed, 20 Jul 2016 11:44:38 -0400 Subject: [PATCH] Change circonus_broker_search_tag to circonus_broker_select_tag to match same change to command/agent/config.go --- website/source/docs/agent/options.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index d35ebd1b7d..98bf37a4fe 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -711,7 +711,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass * `circonus_broker_id` The ID of a specific Circonus Broker to use when creating a new check. The numeric portion of `broker._cid` field in a Broker API object. If metric management is enabled and neither a Submission URL nor Check ID is provided, an attempt will be made to search for an existing check using Instance ID and Search Tag. If one is not found, a new HTTPTRAP check will be created. By default, this is not used and a random Enterprise Broker is selected, or the default Circonus Public Broker. - * `circonus_broker_search_tag` + * `circonus_broker_select_tag` A special tag which will be used to select a Circonus Broker when a Broker ID is not provided. The best use of this is to as a hint for which broker should be used based on *where* this particular instance is running (e.g. a specific geo location or datacenter, dc:sfo). By default, this is left blank and not used. * `statsd_addr` Deprecated, see