Skip to content

Commit 780059f

Browse files
authored
Updates links pointing to integration docs (#838)
## Description Related to #673 This PR updates the links that point to the `integration-docs` repo from `asciidocalypse://docs/integration-docs/docs/reference/` to `integration-docs://reference/`.
1 parent 75f2460 commit 780059f

24 files changed

+51
-51
lines changed

manage-data/ingest/tools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Depending on the type of data you want to ingest, you have a number of methods a
4141

4242
| Tools | Usage | Links to more information |
4343
| ------- | --------------- | ------------------------- |
44-
| Integrations | Ingest data using a variety of Elastic integrations. | [Elastic Integrations](asciidocalypse://docs/integration-docs/docs/reference/index.md) |
44+
| Integrations | Ingest data using a variety of Elastic integrations. | [Elastic Integrations](integration-docs://reference/index.md) |
4545
| File upload | Upload data from a file and inspect it before importing it into {{es}}. | [Upload data files](/manage-data/ingest/upload-data-files.md) |
4646
| APIs | Ingest data through code by using the APIs of one of the language clients or the {{es}} HTTP APIs. | [Document APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-document) |
4747
| OpenTelemetry | Collect and send your telemetry data to Elastic Observability | [Elastic Distributions of OpenTelemetry](https://github.com/elastic/opentelemetry?tab=readme-ov-file#elastic-distributions-of-opentelemetry) |

raw-migrated-files/docs-content/serverless/project-setting-data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Access to individual features is governed by Elastic user roles. Consult your ad
1111

1212
| Feature | Description | Available in |
1313
| --- | --- | --- |
14-
| [Integrations](asciidocalypse://docs/integration-docs/docs/reference/index.md) | Connect your data to your project. | [![Observability](../../../images/serverless-obs-badge.svg "")](../../../solutions/observability.md)[![Security](../../../images/serverless-sec-badge.svg "")](../../../solutions/security/elastic-security-serverless.md) |
14+
| [Integrations](integration-docs://reference/index.md) | Connect your data to your project. | [![Observability](../../../images/serverless-obs-badge.svg "")](../../../solutions/observability.md)[![Security](../../../images/serverless-sec-badge.svg "")](../../../solutions/security/elastic-security-serverless.md) |
1515
| [Fleet and Elastic Agent](/reference/ingestion-tools/fleet/index.md) | Add monitoring for logs, metrics, and other types of data to a host. | [![Observability](../../../images/serverless-obs-badge.svg "")](../../../solutions/observability.md)[![Security](../../../images/serverless-sec-badge.svg "")](../../../solutions/security/elastic-security-serverless.md) |
1616
| [{{data-sources-cap}}](../../../explore-analyze/find-and-organize/data-views.md) | Manage the fields in the data views that retrieve your data from {{es-serverless}}. | [![Elasticsearch](../../../images/serverless-es-badge.svg "")](../../../solutions/search.md)[![Observability](../../../images/serverless-obs-badge.svg "")](../../../solutions/observability.md)[![Security](../../../images/serverless-sec-badge.svg "")](../../../solutions/security/elastic-security-serverless.md) |
1717
| [Index management](../../../manage-data/data-store/index-basics.md) | View index settings, mappings, and statistics and perform operations on indices. | [![Elasticsearch](../../../images/serverless-es-badge.svg "")](../../../solutions/search.md)[![Observability](../../../images/serverless-obs-badge.svg "")](../../../solutions/observability.md)[![Security](../../../images/serverless-sec-badge.svg "")](../../../solutions/security/elastic-security-serverless.md) |

reference/ingestion-tools/fleet/config-file-example-apache.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ inputs: <7>
7676
9. For available input types, refer to [{{agent}} inputs](/reference/ingestion-tools/fleet/elastic-agent-inputs-list.md).
7777
10. Learn about [Data streams](/reference/ingestion-tools/fleet/data-streams.md) for time series data.
7878
11. Specify a unique ID for each individual input stream. Naming the ID by appending the associated `data_stream` dataset (for example `{{user-defined-unique-id}}-apache.access` or `{{user-defined-unique-id}}-apache.error`) is a recommended practice, but any unique ID will work.
79-
12. Refer to [Logs](asciidocalypse://docs/integration-docs/docs/reference/apache.md#apache-logs) in the Apache HTTP Server integration documentation for the logs available to ingest and exported fields.
79+
12. Refer to [Logs](integration-docs://reference/apache/index.md) in the Apache HTTP Server integration documentation for the logs available to ingest and exported fields.
8080
13. Path to the log files to be monitored.
8181

8282

@@ -128,7 +128,7 @@ inputs: <7>
128128
9. Learn about [Data streams](/reference/ingestion-tools/fleet/data-streams.md) for time series data.
129129
10. Specify a unique ID for each individual input stream. Naming the ID by appending the associated `data_stream` dataset (for example `{{user-defined-unique-id}}-apache.status`) is a recommended practice, but any unique ID will work.
130130
11. A user-defined dataset. You can specify anything that makes sense to signify the source of the data.
131-
12. Refer to [Metrics](asciidocalypse://docs/integration-docs/docs/reference/apache.md#apache-metrics) in the Apache HTTP Server integration documentation for the type of metrics collected and exported fields.
131+
12. Refer to [Metrics](integration-docs://reference/apache/index.md) in the Apache HTTP Server integration documentation for the type of metrics collected and exported fields.
132132

133133

134134

reference/ingestion-tools/fleet/config-file-example-nginx.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ inputs: <7>
8181
9. For available input types, refer to [{{agent}} inputs](/reference/ingestion-tools/fleet/elastic-agent-inputs-list.md).
8282
10. Learn about [Data streams](/reference/ingestion-tools/fleet/data-streams.md) for time series data.
8383
11. Specify a unique ID for each individual input stream. Naming the ID by appending the associated `data_stream` dataset (for example `{{user-defined-unique-id}}-nginx.access` or `{{user-defined-unique-id}}-nginx.error`) is a recommended practice, but any unique ID will work.
84-
12. Refer to [Logs reference](asciidocalypse://docs/integration-docs/docs/reference/nginx.md#nginx-logs-reference) in the Nginx HTTP integration documentation for the logs available to ingest and exported fields.
84+
12. Refer to [Logs reference](integration-docs://reference/nginx/index.md#logs-reference) in the Nginx HTTP integration documentation for the logs available to ingest and exported fields.
8585
13. Path to the log files to be monitored.
8686

8787

@@ -135,7 +135,7 @@ inputs: <7>
135135
10. Learn about [Data streams](/reference/ingestion-tools/fleet/data-streams.md) for time series data.
136136
11. Specify a unique ID for each individual input stream. Naming the ID by appending the associated `data_stream` dataset (for example `{{user-defined-unique-id}}-nginx.stubstatus`) is a recommended practice, but any unique ID will work.
137137
12. A user-defined dataset. You can specify anything that makes sense to signify the source of the data.
138-
13. Refer to [Metrics reference](asciidocalypse://docs/integration-docs/docs/reference/nginx.md#nginx-metrics-reference) in the Nginx integration documentation for the type of metrics collected and exported fields.
138+
13. Refer to [Metrics reference](integration-docs://reference/nginx/index.md#metrics-reference) in the Nginx integration documentation for the type of metrics collected and exported fields.
139139

140140

141141

reference/ingestion-tools/fleet/configuring-kubernetes-metadata.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mapped_pages:
77

88
Kubernetes [metadata](/solutions/observability/infra-and-hosts/tutorial-observe-kubernetes-deployments.md#beats-metadata) refer to contextual information extracted from Kubernetes resources. Metadata information enrich metrics and logs collected from a Kubernetes cluster, enabling deeper insights into Kubernetes environments.
99

10-
When the {{agent}}'s policy includes the [{{k8s}} Integration](asciidocalypse://docs/integration-docs/docs/reference/kubernetes.md) which configures the collection of Kubernetes related metrics and container logs, the mechanisms used for the metadata enrichment are:
10+
When the {{agent}}'s policy includes the [{{k8s}} Integration](integration-docs://reference/kubernetes.md) which configures the collection of Kubernetes related metrics and container logs, the mechanisms used for the metadata enrichment are:
1111

1212
* [Kubernetes Provider](/reference/ingestion-tools/fleet/kubernetes-provider.md) for log collection
1313
* Kubernetes metadata enrichers for metrics

reference/ingestion-tools/fleet/dissect-processor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ This configuration produces fields like:
8383

8484
`service.name` is an ECS [keyword field](elasticsearch://reference/elasticsearch/mapping-reference/keyword.md), which means that you can use it in {{es}} for filtering, sorting, and aggregations.
8585

86-
When possible, use ECS-compatible field names. For more information, see the [Elastic Common Schema](asciidocalypse://docs/integration-docs/docs/reference/index.md) documentation.
86+
When possible, use ECS-compatible field names. For more information, see the [Elastic Common Schema](integration-docs://reference/index.md) documentation.
8787

reference/ingestion-tools/fleet/elastic-agent-unprivileged.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ As well, a warning is displayed in {{kib}} if you try to add an integration that
100100

101101
Examples of integrations that require {{agent}} to have administrative privileges are:
102102

103-
* [{{elastic-defend}}](asciidocalypse://docs/integration-docs/docs/reference/endpoint.md)
104-
* [Auditd Manager](asciidocalypse://docs/integration-docs/docs/reference/auditd_manager.md)
105-
* [File Integrity Monitoring](asciidocalypse://docs/integration-docs/docs/reference/fim.md)
106-
* [Network Packet Capture](asciidocalypse://docs/integration-docs/docs/reference/network_traffic.md)
107-
* [System Audit](asciidocalypse://docs/integration-docs/docs/reference/system_audit.md)
108-
* [Universal Profiling Agent](asciidocalypse://docs/integration-docs/docs/reference/profiler_agent.md)
103+
* [{{elastic-defend}}](integration-docs://reference/endpoint/index.md)
104+
* [Auditd Manager](integration-docs://reference/auditd_manager/index.md)
105+
* [File Integrity Monitoring](integration-docs://reference/fim/index.md)
106+
* [Network Packet Capture](integration-docs://reference/network_traffic/index.md)
107+
* [System Audit](integration-docs://reference/system_audit/index.md)
108+
* [Universal Profiling Agent](integration-docs://reference/profiler_agent/index.md)
109109

110110

111111
## Viewing an {{agent}} privilege mode [unprivileged-view-mode]

reference/ingestion-tools/fleet/example-standalone-monitor-nginx-serverless.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,4 +311,4 @@ Congratulations! You have successfully set up monitoring for nginx using standal
311311
## What’s next? [_whats_next]
312312
313313
* Learn more about [{{fleet}} and {{agent}}](/reference/ingestion-tools/fleet/index.md).
314-
* Learn more about [{{integrations}}](asciidocalypse://docs/integration-docs/docs/reference/index.md).
314+
* Learn more about [{{integrations}}](integration-docs://reference/index.md).

reference/ingestion-tools/fleet/example-standalone-monitor-nginx.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,4 +310,4 @@ Congratulations! You have successfully set up monitoring for nginx using standal
310310
## What’s next? [_whats_next_2]
311311
312312
* Learn more about [{{fleet}} and {{agent}}](/reference/ingestion-tools/fleet/index.md).
313-
* Learn more about [{{integrations}}](asciidocalypse://docs/integration-docs/docs/reference/index.md).
313+
* Learn more about [{{integrations}}](integration-docs://reference/index.md).

reference/ingestion-tools/fleet/hints-annotations-autodiscovery.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The host to use for metrics retrieval. If not defined, the host will be set as t
4141

4242
### `co.elastic.hints/data_stream` [_co_elastic_hintsdata_stream]
4343

44-
The list of data streams to enable. If not specified, the integration’s default data streams are used. To find the defaults, refer to the [Elastic integrations documentation](asciidocalypse://docs/integration-docs/docs/reference/index.md).
44+
The list of data streams to enable. If not specified, the integration’s default data streams are used. To find the defaults, refer to the [Elastic integrations documentation](integration-docs://reference/index.md).
4545

4646
If data streams are specified, additional hints can be defined per data stream. For example, `co.elastic.hints/info.period: 5m` if the data stream specified is `info` for the [Redis module](beats://reference/metricbeat/metricbeat-module-redis.md).
4747

reference/ingestion-tools/fleet/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Looking for a general guide that explores all of your options for ingesting data
3434

3535
## {{integrations}}
3636

37-
[{{integrations}}](asciidocalypse://docs/integration-docs/docs/reference/index.md) provide an easy way to connect Elastic to external services and systems, and quickly get insights or take action. They can collect new sources of data, and they often ship with out-of-the-box assets like dashboards, visualizations, and pipelines to extract structured fields out of logs and events. This makes it easier to get insights within seconds. Integrations are available for popular services and platforms like Nginx or AWS, as well as many generic input types like log files.
37+
[{{integrations}}](integration-docs://reference/index.md) provide an easy way to connect Elastic to external services and systems, and quickly get insights or take action. They can collect new sources of data, and they often ship with out-of-the-box assets like dashboards, visualizations, and pipelines to extract structured fields out of logs and events. This makes it easier to get insights within seconds. Integrations are available for popular services and platforms like Nginx or AWS, as well as many generic input types like log files.
3838

3939
{{kib}} provides a web-based UI to add and manage integrations. You can browse a unified view of available integrations that shows both {{agent}} and {{beats}} integrations.
4040

reference/ingestion-tools/fleet/ingest-pipeline-kubernetes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Custom pipelines can be used to add custom data processing, like adding fields,
1111

1212
## Metadata enrichment for Kubernetes [_metadata_enrichment_for_kubernetes]
1313

14-
The [{{k8s}} Integration](asciidocalypse://docs/integration-docs/docs/reference/kubernetes.md) is used to collect logs and metrics from Kubernetes clusters with {{agent}}. During the collection, the integration enhances the collected information with extra useful information that users can correlate with different Kubernetes assets. This additional information added on top of collected data, such as labels, annotations, ancestor names of Kubernetes assets, and others, are called metadata.
14+
The [{{k8s}} Integration](integration-docs://reference/kubernetes.md) is used to collect logs and metrics from Kubernetes clusters with {{agent}}. During the collection, the integration enhances the collected information with extra useful information that users can correlate with different Kubernetes assets. This additional information added on top of collected data, such as labels, annotations, ancestor names of Kubernetes assets, and others, are called metadata.
1515

1616
The [{{k8s}} Provider](/reference/ingestion-tools/fleet/kubernetes-provider.md) offers the `add_resource_metadata` option to configure the metadata enrichment options.
1717

reference/ingestion-tools/fleet/install-elastic-agents.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Using our lab environment as an example, we can observe the following resource c
7777

7878
### CPU and RSS memory size [_cpu_and_rss_memory_size]
7979

80-
We tested using an AWS `m7i.large` instance type with 2 vCPUs, 8.0 GB of memory, and up to 12.5 Gbps of bandwidth. The tests ingested a single log file using both the [throughput and scale preset](/reference/ingestion-tools/fleet/elasticsearch-output.md#output-elasticsearch-performance-tuning-settings) with self monitoring enabled. These tests are representative of use cases that attempt to ingest data as fast as possible. This does not represent the resource overhead when using [{{elastic-defend}}](asciidocalypse://docs/integration-docs/docs/reference/endpoint.md).
80+
We tested using an AWS `m7i.large` instance type with 2 vCPUs, 8.0 GB of memory, and up to 12.5 Gbps of bandwidth. The tests ingested a single log file using both the [throughput and scale preset](/reference/ingestion-tools/fleet/elasticsearch-output.md#output-elasticsearch-performance-tuning-settings) with self monitoring enabled. These tests are representative of use cases that attempt to ingest data as fast as possible. This does not represent the resource overhead when using [{{elastic-defend}}](integration-docs://reference/endpoint/index.md).
8181

8282
| | | |
8383
| --- | --- | --- |

reference/ingestion-tools/fleet/integrations-assets-best-practices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The {{fleet}} integration assets are not supposed to work when sending arbitrary
3636

3737
While it’s possible to include {{fleet}} and {{agent}} integration assets in a custom integration, this is not recommended nor supported. Assets from another integration should not be referenced directly from a custom integration.
3838

39-
As an example scenario, one may want to ingest Redis logs from Kafka. This can be done using the [Redis integration](asciidocalypse://docs/integration-docs/docs/reference/redis-intro.md), but only certain files and paths are allowed. It’s technically possible to use the [Custom Kafka Logs integration](asciidocalypse://docs/integration-docs/docs/reference/kafka_log.md) with a custom ingest pipeline, referencing the ingest pipeline of the Redis integration to ingest logs into the index templates of the Custom Kafka Logs integration data streams.
39+
As an example scenario, one may want to ingest Redis logs from Kafka. This can be done using the [Redis integration](integration-docs://reference/redis-intro.md), but only certain files and paths are allowed. It’s technically possible to use the [Custom Kafka Logs integration](integration-docs://reference/kafka_log.md) with a custom ingest pipeline, referencing the ingest pipeline of the Redis integration to ingest logs into the index templates of the Custom Kafka Logs integration data streams.
4040

4141
However, referencing assets of an integration from another custom integration is not recommended nor supported. A configuration as described above can break when the integration is upgraded, as can happen automatically.
4242

reference/ingestion-tools/fleet/manage-integrations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mapped_pages:
88

99

1010
::::{admonition}
11-
Integrations are available for a wide array of popular services and platforms. To see the full list of available integrations, go to the **Integrations** page in {{kib}}, or visit [Elastic Integrations](asciidocalypse://docs/integration-docs/docs/reference/index.md).
11+
Integrations are available for a wide array of popular services and platforms. To see the full list of available integrations, go to the **Integrations** page in {{kib}}, or visit [Elastic Integrations](integration-docs://reference/index.md).
1212

1313
{{agent}} integrations provide a simple, unified way to collect data from popular apps and services, and protect systems from security threats.
1414

0 commit comments

Comments
 (0)