From db70c477cbde63d3b223313df0ac2d96ddfa04bd Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 30 Oct 2025 13:39:13 -0700 Subject: [PATCH 1/3] Fix global search field links --- reference/fleet/data-streams-scenario4.md | 2 +- solutions/observability/apm/opentelemetry/collect-metrics.md | 2 +- solutions/observability/synthetics/analyze-data.md | 2 +- solutions/observability/synthetics/configure-projects.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/fleet/data-streams-scenario4.md b/reference/fleet/data-streams-scenario4.md index 607bd78e92..63e3b4a1f1 100644 --- a/reference/fleet/data-streams-scenario4.md +++ b/reference/fleet/data-streams-scenario4.md @@ -16,7 +16,7 @@ If you’ve created a custom integration package, you can apply a single ILM pol ## Step 1: Define the ILM policy [data-streams-scenario4-step1] -1. In {{kib}}, go to the **Index Lifecycle Policies** management page. You can also use the [global search field](/get-started/the-stack.md#kibana-navigation-search). +1. In {{kib}}, go to the **Index Lifecycle Policies** management page. You can also use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). 2. Click **Create policy**. 3. Name the policy, configure it as needed, and click **Save policy**. diff --git a/solutions/observability/apm/opentelemetry/collect-metrics.md b/solutions/observability/apm/opentelemetry/collect-metrics.md index 95a656708c..517dfaed26 100644 --- a/solutions/observability/apm/opentelemetry/collect-metrics.md +++ b/solutions/observability/apm/opentelemetry/collect-metrics.md @@ -40,7 +40,7 @@ See the [Open Telemetry Metrics API](https://github.com/open-telemetry/opentelem Use **Discover** to validate that metrics are successfully reported to {{kib}}. 1. Open your Observability instance. -2. Find **Discover** in the main menu or use the [global search field](/get-started/the-stack.md#kibana-navigation-search). +2. Find **Discover** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). 3. Click **All logs** → **Data Views** then select **APM**. 4. Filter the data to only show documents with metrics: `processor.name :"metric"` 5. Narrow your search with a known OpenTelemetry field. For example, if you have an `order_value` field, add `order_value: *` to your search to return only OpenTelemetry metrics documents. diff --git a/solutions/observability/synthetics/analyze-data.md b/solutions/observability/synthetics/analyze-data.md index 0370ab4a73..6fecd00c23 100644 --- a/solutions/observability/synthetics/analyze-data.md +++ b/solutions/observability/synthetics/analyze-data.md @@ -19,7 +19,7 @@ The Synthetics UI gives you a high-level overview of your service’s availabili The Synthetics **Overview** tab provides you with a high-level view of all the services you are monitoring to help you quickly diagnose outages and other connectivity issues within your network. -To access this page, find `Synthetics` in the [global search field](/get-started/the-stack.md#kibana-navigation-search) and make sure you’re on the **Overview** tab. +To access this page, find `Synthetics` in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md) and make sure you’re on the **Overview** tab. This overview includes a snapshot of the current status of all monitors, the number of errors that occurred over the last 6 hours, and the number of alerts over the last 12 hours. All monitors created using projects or using the UI will be listed below with information about the location, current status, and duration average. diff --git a/solutions/observability/synthetics/configure-projects.md b/solutions/observability/synthetics/configure-projects.md index 635df2e5df..9c24e9e34a 100644 --- a/solutions/observability/synthetics/configure-projects.md +++ b/solutions/observability/synthetics/configure-projects.md @@ -243,7 +243,7 @@ $$$synthetics-configuration-monitor-tags$$$ `tags` (`Array`) To list available locations you can: * Run the [`elastic-synthetics locations` command](/solutions/observability/synthetics/cli.md#elastic-synthetics-locations-command). - * Find `Synthetics` in the [global search field](/get-started/the-stack.md#kibana-navigation-search) and click **Create monitor**. Locations will be listed in *Locations*. + * Find `Synthetics` in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md) and click **Create monitor**. Locations will be listed in *Locations*. `privateLocations` (`Array`) : The [{{private-location}}s](/solutions/observability/synthetics/monitor-resources-on-private-networks.md) to which the monitors will be deployed. These {{private-location}}s refer to locations hosted and managed by you, whereas `locations` are hosted by Elastic. You can specify a {{private-location}} using the location’s name. @@ -251,7 +251,7 @@ $$$synthetics-configuration-monitor-tags$$$ `tags` (`Array`) To list available {{private-location}}s you can: * Run the [`elastic-synthetics locations` command](/solutions/observability/synthetics/cli.md#elastic-synthetics-locations-command) with the URL for the Observability project or the {{kib}} URL for the deployment from which to fetch available locations. - * Find `Synthetics` in the [global search field](/get-started/the-stack.md#kibana-navigation-search) and click **Create monitor**. {{private-location}}s will be listed in *Locations*. + * Find `Synthetics` in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md) and click **Create monitor**. {{private-location}}s will be listed in *Locations*. `throttling` (`boolean` | [`ThrottlingOptions`](https://github.com/elastic/synthetics/blob/v1.3.0/src/common_types.ts#L194-L198)) : Control the monitor’s download speeds, upload speeds, and latency to simulate your application’s behavior on slower or laggier networks. Set to `false` to disable throttling altogether. From 6170484ffc5c36e1959c61a620a43a8b2c8781bd Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 30 Oct 2025 13:51:56 -0700 Subject: [PATCH 2/3] Remove anchor --- get-started/the-stack.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/get-started/the-stack.md b/get-started/the-stack.md index 77b9ae93d1..9696bfae0b 100644 --- a/get-started/the-stack.md +++ b/get-started/the-stack.md @@ -16,8 +16,6 @@ applies_to: This section provides an overview of the {{stack}} and its components. -$$$kibana-navigation-search$$$ - ## An overview of the {{stack}} [stack-components] What is the {{stack}}? It’s a fast and highly scalable set of components — {{es}}, {{kib}}, {{beats}}, {{ls}}, and others — that together enable you to securely take data from any source, in any format, and then search, analyze, and visualize it. From cbb15763b149bc868824fbaf54f635511305f8b4 Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 30 Oct 2025 13:58:04 -0700 Subject: [PATCH 3/3] Revert "Remove anchor" This reverts commit 6170484ffc5c36e1959c61a620a43a8b2c8781bd. --- get-started/the-stack.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/get-started/the-stack.md b/get-started/the-stack.md index 9696bfae0b..77b9ae93d1 100644 --- a/get-started/the-stack.md +++ b/get-started/the-stack.md @@ -16,6 +16,8 @@ applies_to: This section provides an overview of the {{stack}} and its components. +$$$kibana-navigation-search$$$ + ## An overview of the {{stack}} [stack-components] What is the {{stack}}? It’s a fast and highly scalable set of components — {{es}}, {{kib}}, {{beats}}, {{ls}}, and others — that together enable you to securely take data from any source, in any format, and then search, analyze, and visualize it.