From f14026f5ce8a9f4a677444feb5d327f41658b4d2 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Tue, 8 Apr 2025 16:49:38 -0500 Subject: [PATCH 1/2] document private locations space awareness --- .../apps/monitor-resources-on-private-networks.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/solutions/observability/apps/monitor-resources-on-private-networks.md b/solutions/observability/apps/monitor-resources-on-private-networks.md index d57011f80..bd050212d 100644 --- a/solutions/observability/apps/monitor-resources-on-private-networks.md +++ b/solutions/observability/apps/monitor-resources-on-private-networks.md @@ -103,10 +103,13 @@ When the {{agent}} is running you can add a new {{private-location}} in the UI: 1. Find `Synthetics` in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). 1. Go to **Settings**. -2. Go to the **{{private-location}}s** tab. -3. Click **Add location**. -4. Give your new location a unique *Location name* and select the *Agent policy* you created above. -5. Click **Save**. +1. Go to the **{{private-location}}s** tab. +1. Click **Add location**. +1. Give your new location a unique _Location name_. +1. Select the _Agent policy_ you created above. +1. (Optional) In _Tags_ select [tags](/explore-analyze/find-and-organize/tags.md) to assign to this location. +1. (Optional) In _Spaces_ specify the [spaces](/deploy-manage/manage-spaces.md) where this location will be available. +1. 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: [elastic/synthetics#717](https://github.com/elastic/synthetics/issues/717). From 6d7b31577e12c2cf7fe4f13255c1be2ab0545a7c Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Tue, 8 Apr 2025 17:02:19 -0500 Subject: [PATCH 2/2] apply mike's suggestion! Co-authored-by: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> --- .../observability/apps/monitor-resources-on-private-networks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/observability/apps/monitor-resources-on-private-networks.md b/solutions/observability/apps/monitor-resources-on-private-networks.md index bd050212d..9e1b837eb 100644 --- a/solutions/observability/apps/monitor-resources-on-private-networks.md +++ b/solutions/observability/apps/monitor-resources-on-private-networks.md @@ -104,7 +104,7 @@ When the {{agent}} is running you can add a new {{private-location}} in the UI: 1. Find `Synthetics` in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). 1. Go to **Settings**. 1. Go to the **{{private-location}}s** tab. -1. Click **Add location**. +1. Click **Create location**. 1. Give your new location a unique _Location name_. 1. Select the _Agent policy_ you created above. 1. (Optional) In _Tags_ select [tags](/explore-analyze/find-and-organize/tags.md) to assign to this location.