From 6c7e9a2f68664f6b497b45328c4bf49beaa38bc5 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Tue, 29 Apr 2025 16:52:31 -0500 Subject: [PATCH] [synthetics] Document private locations space awareness (#4873) * document private locations space awareness * read @mdbirnstiehl's mind before he even reviews (cherry picked from commit b599ea87a9be1d9511732c76586d8cfd95ec3102) --- docs/en/observability/synthetics-private-location.asciidoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/en/observability/synthetics-private-location.asciidoc b/docs/en/observability/synthetics-private-location.asciidoc index e60e0346c8..da3d3d17e8 100644 --- a/docs/en/observability/synthetics-private-location.asciidoc +++ b/docs/en/observability/synthetics-private-location.asciidoc @@ -147,8 +147,11 @@ 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**. -. Give your new location a unique _Location name_ and select the _Agent policy_ you created above. +. 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. +. (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].