Skip to content

Commit 1f55336

Browse files
fix links
1 parent 11cdd3f commit 1f55336

10 files changed

+13
-13
lines changed

solutions/observability/apps/apm-ui-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ curl -X POST \
6161

6262
## Kibana API [kibana-api]
6363

64-
In addition to the APM specific API endpoints, Kibana provides its own [REST API](https://www.elastic.co/guide/en/observability/current/api.html) which you can use to automate certain aspects of configuring and deploying Kibana.
64+
In addition to the APM specific API endpoints, Kibana provides its own [REST API](https://www.elastic.co/guide/en/observability/current/apm-api.html) which you can use to automate certain aspects of configuring and deploying Kibana.
6565

6666

6767

solutions/observability/apps/cross-cluster-search-with-application-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mapped_pages:
99
# Cross-cluster search with application data [apm-cross-cluster-search]
1010

1111

12-
Elastic APM utilizes {{es}}'s cross-cluster search functionality. Cross-cluster search lets you run a single search request against one or more [remote clusters](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-remote-clusters.html) — making it easy to search APM data across multiple sources. This means you can also have deployments per data type, making sizing and scaling more predictable, and allowing for better performance while managing multiple observability use cases.
12+
Elastic APM utilizes {{es}}'s cross-cluster search functionality. Cross-cluster search lets you run a single search request against one or more [remote clusters](https://www.elastic.co/guide/en/elasticsearch/reference/current/remote-clusters.html) — making it easy to search APM data across multiple sources. This means you can also have deployments per data type, making sizing and scaling more predictable, and allowing for better performance while managing multiple observability use cases.
1313

1414

1515
## Set up cross-cluster search [apm-set-up-cross-cluster-search]
@@ -18,9 +18,9 @@ Elastic APM utilizes {{es}}'s cross-cluster search functionality. Cross-cluster
1818

1919
If you’re using the Hosted {{ess}}, see [Enable cross-cluster search](../../../deploy-manage/remote-clusters/ec-enable-ccs.md).
2020

21-
To add remote clusters directly in {{kib}}, find `Remote Clusters` in the [global search field](../../../get-started/the-stack.md#kibana-navigation-search). All you need is a name for the remote cluster and the seed node(s). Remember the names of your remote clusters, you’ll need them in step two. See [managing remote clusters](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-getting-started.html) for detailed information on the setup process.
21+
To add remote clusters directly in {{kib}}, find `Remote Clusters` in the [global search field](../../../get-started/the-stack.md#kibana-navigation-search). All you need is a name for the remote cluster and the seed node(s). Remember the names of your remote clusters, you’ll need them in step two. See [managing remote clusters](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-getting-started-tutorial.html) for detailed information on the setup process.
2222

23-
Alternatively, you can [configure remote clusters](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-remote-clusters.html#configuring-remote-clusters) in {{es}}'s `elasticsearch.yml` file.
23+
Alternatively, you can [configure remote clusters](https://www.elastic.co/guide/en/elasticsearch/reference/current/remote-clusters.html#configuring-remote-clusters) in {{es}}'s `elasticsearch.yml` file.
2424

2525
**Step 2. Edit the default Applications UI {{data-sources}}.**
2626

solutions/observability/apps/explore-data-in-elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Elastic APM data is stored in [Data streams](data-streams.md).
1414

1515
The following examples enable you to interact with {{es}}'s REST API. One possible way to do this is using {{kib}}'s [{{dev-tools-app}} console](../../../explore-analyze/query-filter/tools/console.md).
1616

17-
Data streams, templates, and index-level operations can also be manged via {{kib}}'s [Index management](https://www.elastic.co/guide/en/kibana/current/managing-indices.html) panel.
17+
Data streams, templates, and index-level operations can also be manged via {{kib}}'s [Index management](https://www.elastic.co/guide/en/elasticsearch/reference/current/index-mgmt.html) panel.
1818

1919
To see an overview of existing data streams, run:
2020

solutions/observability/apps/inspect-uptime-duration-anomalies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Create a {{ml}} job to detect anomalous monitor duration rates automatically.
1616
2. In the **Monitor duration** panel, click **Enable anomaly detection**.
1717

1818
::::{note}
19-
If {{anomaly-detect}} is already enabled, click **Anomaly detection** and select to view duration anomalies directly in the [{{ml-app}} app](https://www.elastic.co/guide/en/machine-learning/current/ml-gs-results.html), enable an [anomaly rule](../incident-management/create-an-uptime-duration-anomaly-rule.md), or disable the {{anomaly-detect}}.
19+
If {{anomaly-detect}} is already enabled, click **Anomaly detection** and select to view duration anomalies directly in the [{{ml-app}} app](https://www.elastic.co/guide/en/machine-learning/current/ml-getting-started.html#sample-data-results), enable an [anomaly rule](../incident-management/create-an-uptime-duration-anomaly-rule.md), or disable the {{anomaly-detect}}.
2020

2121
::::
2222

solutions/observability/apps/switch-self-installation-to-apm-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Review the APM [release notes](https://www.elastic.co/guide/en/observability/cur
2525

2626
## Add a {{fleet}} Server [apm-integration-upgrade-2]
2727

28-
{{fleet}} Server is a component of the {{stack}} used to centrally manage {{agent}}s. The APM integration requires a {{fleet}} Server to be running and accessible to your hosts. Add a {{fleet}} Server by following [this guide](https://www.elastic.co/guide/en/fleet/current/add-a-fleet-server.html).
28+
{{fleet}} Server is a component of the {{stack}} used to centrally manage {{agent}}s. The APM integration requires a {{fleet}} Server to be running and accessible to your hosts. Add a {{fleet}} Server by following [this guide](https://www.elastic.co/guide/en/fleet/current/fleet-deployment-models.html).
2929

3030
::::{tip}
3131
If you’re upgrading a self-managed deployment of the {{stack}}, you’ll need to enable [{{es}} security](../../../deploy-manage/deploy/self-managed/installing-elasticsearch.md) and the [API key service](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-settings.html).

solutions/observability/apps/view-monitor-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ Depending on the features you have installed and configured, you can view logs,
6363

6464
* Show host, pod, or container logs in the [{{logs-app}}](../logs/explore-logs.md).
6565
* Show APM data in the [Applications UI](traces-2.md).
66-
* Show host, pod, or container metrics in the [{{infrastructure-app}}](https://www.elastic.co/guide/en/observability/current/analyze-metrics.html).
66+
* Show host, pod, or container metrics in the [{{infrastructure-app}}](https://www.elastic.co/guide/en/observability/current/monitor-infrastructure-and-hosts.html).
6767

solutions/observability/infra-and-hosts/explore-infrastructure-metrics-over-time.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mapped_pages:
77

88
The **Metrics Explorer** page enables you to create time-series visualizations based on aggregation of your metrics, chart them against related metrics, and break them down per the field of your choice. You can group and create visualizations of metrics for one or more resources that you are monitoring.
99

10-
Additionally, for detailed analyses of your metrics, you can annotate and save visualizations for your custom dashboards by using the [Time Series Visual Builder (TSVB)](https://www.elastic.co/guide/en/kibana/current/tsvb.html) within {{kib}}.
10+
Additionally, for detailed analyses of your metrics, you can annotate and save visualizations for your custom dashboards by using the [Time Series Visual Builder (TSVB)](https://www.elastic.co/guide/en/kibana/current/legacy-editors.html#tsvb-panel) within {{kib}}.
1111

1212
To open **Metrics Explorer**, find **Infrastructure** in the main menu or use the [global search field](../../../get-started/the-stack.md#kibana-navigation-search).
1313

@@ -53,7 +53,7 @@ As an example, let’s view the system load metrics for hosts we’re currently
5353

5454
There is now a separate graph for each network interface.
5555

56-
7. Let’s visualize one of the graphs in [TSVB](https://www.elastic.co/guide/en/kibana/current/tsvb.html). Choose a graph, click **Actions**, and then select **Open In Visualize**.
56+
7. Let’s visualize one of the graphs in [TSVB](https://www.elastic.co/guide/en/kibana/current/legacy-editors.html#tsvb-panel). Choose a graph, click **Actions**, and then select **Open In Visualize**.
5757

5858
In this visualization the max of `host.network.egress.bytes` is displayed, filtered by `host.name` and `system.network.name`.
5959

solutions/observability/logs/inspect-log-anomalies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ The level of anomaly detected in a time period is color-coded, from red, orange,
5757

5858
To help you further drill down into a potential anomaly, you can view an anomaly chart for each partition. Anomaly scores range from 0 (no anomalies) to 100 (critical).
5959

60-
To analyze the anomalies in more detail, click **View anomaly in {{ml}}**, which opens the [Anomaly Explorer in {{ml-app}}](https://www.elastic.co/guide/en/machine-learning/current/ml-gs-results.html).
60+
To analyze the anomalies in more detail, click **View anomaly in {{ml}}**, which opens the [Anomaly Explorer in {{ml-app}}](https://www.elastic.co/guide/en/machine-learning/current/ml-getting-started.html#sample-data-results).

solutions/observability/unknown-bucket/view-monitor-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ Depending on the features you have installed and configured, you can view logs,
6363

6464
* Show host, pod, or container logs in the [{{logs-app}}](../logs/explore-logs.md).
6565
* Show APM data in the [Applications UI](../apps/traces-2.md).
66-
* Show host, pod, or container metrics in the [{{infrastructure-app}}](https://www.elastic.co/guide/en/observability/current/analyze-metrics.html).
66+
* Show host, pod, or container metrics in the [{{infrastructure-app}}](https://www.elastic.co/guide/en/observability/current/monitor-infrastructure-and-hosts.html).
6767

solutions/search/elasticsearch-basics-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ GET books/_search
397397

398398
1. The `took` field indicates the time in milliseconds for {{es}} to execute the search
399399
2. The `timed_out` field indicates whether the search timed out
400-
3. The `_shards` field contains information about the number of [shards](https://www.elastic.co/guide/en/elasticsearch/reference/current/glossary.html) that the search was executed on and the number that succeeded
400+
3. The `_shards` field contains information about the number of [shards](https://www.elastic.co/guide/en/elastic-stack-glossary/current/terms.html) that the search was executed on and the number that succeeded
401401
4. The `hits` object contains the search results
402402
5. The `total` object provides information about the total number of matching documents
403403
6. The `max_score` field indicates the highest relevance score among all matching documents

0 commit comments

Comments
 (0)