From 199c572eb74696ae6dff58cb67d3fcc7075f70c7 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Tue, 8 Apr 2025 16:58:38 -0500 Subject: [PATCH 1/2] document private locations space awareness --- docs/en/observability/synthetics-private-location.asciidoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/en/observability/synthetics-private-location.asciidoc b/docs/en/observability/synthetics-private-location.asciidoc index e60e0346c8..a7cc0d36af 100644 --- a/docs/en/observability/synthetics-private-location.asciidoc +++ b/docs/en/observability/synthetics-private-location.asciidoc @@ -148,7 +148,10 @@ When the {agent} is running you can add a new {private-location} in {kib}: . Click **Settings**. . Click **{private-location}s**. . Click **Add location**. -. Give your new location a unique _Location name_ and select the _Agent policy_ you created above. +. Give your new location a unique _Location name_. +. Select the _Agent policy_ you created above. +. (Optional) In _Tags_, select {kibana-ref}/managing-tags.html[tags] to assign to this location. +. (Optional) In _Spaces_, specify the {kibana-ref}/xpack-spaces.html[spaces] where this location will be available. . Click **Save**. IMPORTANT: It is not currently possible to use custom CAs for synthetics browser tests in private locations without following a workaround. To learn more about the workaround, refer to the following GitHub issue: https://github.com/elastic/synthetics/issues/717[elastic/synthetics#717]. From a4c77904702978ec0db4560506fb3276f095c2f5 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Tue, 8 Apr 2025 17:03:58 -0500 Subject: [PATCH 2/2] read @mdbirnstiehl's mind before he even reviews --- docs/en/observability/synthetics-private-location.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/observability/synthetics-private-location.asciidoc b/docs/en/observability/synthetics-private-location.asciidoc index a7cc0d36af..da3d3d17e8 100644 --- a/docs/en/observability/synthetics-private-location.asciidoc +++ b/docs/en/observability/synthetics-private-location.asciidoc @@ -147,7 +147,7 @@ When the {agent} is running you can add a new {private-location} in {kib}: . Find `Synthetics` in the {kibana-ref}/introduction.html#kibana-navigation-search[global search field]. . Click **Settings**. . Click **{private-location}s**. -. Click **Add location**. +. Click **Create location**. . Give your new location a unique _Location name_. . Select the _Agent policy_ you created above. . (Optional) In _Tags_, select {kibana-ref}/managing-tags.html[tags] to assign to this location.