Skip to content

Commit 1857bb0

Browse files
authored
Fix global search field links (#3742)
1 parent a57dac5 commit 1857bb0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

reference/fleet/data-streams-scenario4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you’ve created a custom integration package, you can apply a single ILM pol
1616

1717
## Step 1: Define the ILM policy [data-streams-scenario4-step1]
1818

19-
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).
19+
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).
2020
2. Click **Create policy**.
2121
3. Name the policy, configure it as needed, and click **Save policy**.
2222

solutions/observability/apm/opentelemetry/collect-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ See the [Open Telemetry Metrics API](https://github.com/open-telemetry/opentelem
4040
Use **Discover** to validate that metrics are successfully reported to {{kib}}.
4141

4242
1. Open your Observability instance.
43-
2. Find **Discover** in the main menu or use the [global search field](/get-started/the-stack.md#kibana-navigation-search).
43+
2. Find **Discover** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
4444
3. Click **All logs****Data Views** then select **APM**.
4545
4. Filter the data to only show documents with metrics: `processor.name :"metric"`
4646
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.

solutions/observability/synthetics/analyze-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Synthetics UI gives you a high-level overview of your service’s availabili
1919

2020
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.
2121

22-
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.
22+
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.
2323

2424
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.
2525

solutions/observability/synthetics/configure-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,15 +243,15 @@ $$$synthetics-configuration-monitor-tags$$$ `tags` (`Array<string>`)
243243
To list available locations you can:
244244

245245
* Run the [`elastic-synthetics locations` command](/solutions/observability/synthetics/cli.md#elastic-synthetics-locations-command).
246-
* 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*.
246+
* 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*.
247247

248248
`privateLocations` (`Array<string>`)
249249
: 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.
250250

251251
To list available {{private-location}}s you can:
252252

253253
* 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.
254-
* 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*.
254+
* 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*.
255255

256256
`throttling` (`boolean` | [`ThrottlingOptions`](https://github.com/elastic/synthetics/blob/v1.3.0/src/common_types.ts#L194-L198))
257257
: 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.

0 commit comments

Comments
 (0)