Skip to content

Commit e89853f

Browse files
[docs] Remove reliance on temporary redirects (#13347)
* remove reliance on redirects in docs-content * fix redirect in elasticsearch * fix redirect in elasticsearch
1 parent 16c5238 commit e89853f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/extend/add-data-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A data stream defines multiple {{es}} assets, like index templates, ingest pipel
2222

2323
A data stream also defines a policy template. Policy templates include variables that allow users to configure the data stream using the {{fleet}} UI in {{kib}}. Then, the {{agent}} interprets the resulting policy to collect relevant information from the product or service being observed. Policy templates can also define an integration’s supported [`deployment_modes`](/extend/define-deployment-modes.md#deployment_modes).
2424

25-
See [data streams](docs-content://reference/ingestion-tools/fleet/data-streams.md) for more information.
25+
See [data streams](docs-content://reference/fleet/data-streams.md) for more information.
2626

2727
::::
2828

docs/extend/developer-tsds-guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To set a field as a dimension simply add `dimension: true` to its mapping:
4444
```
4545
4646
::::{note}
47-
A field having type [flattened](elasticsearch://reference/elasticsearch/mapping-reference/flattened.md) cannot be selected as a dimension field. If the field that you are choosing as a dimension is too long or is of type flattened, consider hashing the value of this field and using the result as a dimension. [Fingerprint processor](elasticsearch://reference/ingestion-tools/enrich-processor/fingerprint-processor.md) can be used for this purpose.
47+
A field having type [flattened](elasticsearch://reference/elasticsearch/mapping-reference/flattened.md) cannot be selected as a dimension field. If the field that you are choosing as a dimension is too long or is of type flattened, consider hashing the value of this field and using the result as a dimension. [Fingerprint processor](elasticsearch://reference/enrich-processor/fingerprint-processor.md) can be used for this purpose.
4848
4949
You can find an example in [Oracle Integration TSDS Enablement Example](https://github.com/elastic/integrations/blob/8a57d6ba96d391afc33da20c80ec51280d22f009/packages/oracle/data_stream/performance/elasticsearch/ingest_pipeline/default.yml#LL127C4-L131C29)
5050
@@ -163,7 +163,7 @@ elasticsearch:
163163

164164
* Use [Lens](docs-content://explore-analyze/visualize/lens.md) as the preferred visualisation type.
165165
* Always assess the number of unique values the field that is selected to be a dimension would hold, especially if it is a numeric field. A field that holds millions of unique values may not be an ideal candidate for becoming a dimension field.
166-
* If the dimension field value length is very long (max limit is 1024B), consider transforming the value to hash value representation. [Fingerprint processor](elasticsearch://reference/ingestion-tools/enrich-processor/fingerprint-processor.md) can be used for this purpose.
166+
* If the dimension field value length is very long (max limit is 1024B), consider transforming the value to hash value representation. [Fingerprint processor](elasticsearch://reference/enrich-processor/fingerprint-processor.md) can be used for this purpose.
167167
* In the field mapping files above each dimension field, add in-line comments stating the reason for selecting the field as a dimension field.
168168
* As part of TSDS migration testing, you may discover other errors which may be unrelated to TSDS migration. Keep the pull request for TSDS migration free from such changes. This helps in obtaining quick PR approval.
169169

docs/extend/edit-ingest-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ processors:
5252
5353
Open each `elasticsearch/ingest_pipeline/default.yml` file created for each data stream. Edit each ingest pipeline to match your needs.
5454

55-
The [processor reference](elasticsearch://reference/ingestion-tools/enrich-processor/index.md) provides a list of all available processors and their configurations.
55+
The [processor reference](elasticsearch://reference/enrich-processor/index.md) provides a list of all available processors and their configurations.

docs/extend/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ To run these steps using {{fleet}}-managed {{agent}}, you just need to update th
371371

372372

373373
1. [Download the {{agent}} install package](https://www.elastic.co/downloads/elastic-agent) to your machine.
374-
2. Download the {{agent}} package, extract it, and change into the package directory. You can find the steps for each available platform in [Install standalone {{agents}}](docs-content://reference/ingestion-tools/fleet/install-standalone-elastic-agent.md).
374+
2. Download the {{agent}} package, extract it, and change into the package directory. You can find the steps for each available platform in [Install standalone {{agents}}](docs-content://reference/fleet/install-standalone-elastic-agent.md).
375375

376376
You can also download a package directly from the [{{agent}} download site](https://www.elastic.co/downloads/elastic-agent).
377377

docs/extend/what-is-an-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Integrations have a strict, well-defined structure, and offer a number of benefi
3333

3434
2. Publish the integration to the package registry
3535

36-
Once an integration (package) has been created, it needs to be built. Built integrations are stored in the [Package Storage repository](https://github.com/elastic/package-storage) and served up via the [{{package-registry}}](https://github.com/elastic/package-registry). The {{fleet}} UI in {{kib}} connects to the {{package-registry}} and allows users to discover, install, and configure Elastic Packages. The {{package-registry}} can also be [deployed on-premise in air-gapped environments](docs-content://reference/ingestion-tools/fleet/air-gapped.md#air-gapped-diy-epr).
36+
Once an integration (package) has been created, it needs to be built. Built integrations are stored in the [Package Storage repository](https://github.com/elastic/package-storage) and served up via the [{{package-registry}}](https://github.com/elastic/package-registry). The {{fleet}} UI in {{kib}} connects to the {{package-registry}} and allows users to discover, install, and configure Elastic Packages. The {{package-registry}} can also be [deployed on-premise in air-gapped environments](docs-content://reference/fleet/air-gapped.md#air-gapped-diy-epr).
3737

3838
3. Install the integration
3939

0 commit comments

Comments
 (0)