Skip to content

Commit 83aac46

Browse files
update links (#2463)
Co-authored-by: Michael Wolf <[email protected]>
1 parent 1f5ea9f commit 83aac46

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/docset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cross_links:
55
- beats
66
- docs-content
77
- elasticsearch
8-
- logstash
8+
- logstash-docs-md
99
toc:
1010
- toc: reference
1111
subs:

docs/reference/ecs-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Some specific kinds of codes are always integers, like HTTP status codes. If tho
2828
Elasticsearch can index text using datatypes:
2929

3030
* **`text`** Text indexing allows for full text search, or searching arbitrary words that are part of the field. See [Text datatype](elasticsearch://reference/elasticsearch/mapping-reference/text.md) in the {{es}} Reference Guide.
31-
* **`keyword`** Keyword indexing offers faster exact match filtering, prefix search (like autocomplete), and makes aggregations (like {{kib}} visualizations) possible. See the {{es}} Reference Guide for more information on [exact match filtering](elasticsearch://reference/query-languages/query-dsl/query-dsl-term-query.md), [prefix search](elasticsearch://reference/query-languages/query-dsl/query-dsl-prefix-query.md), or [aggregations](elasticsearch://reference/data-analysis/aggregations/index.md).
31+
* **`keyword`** Keyword indexing offers faster exact match filtering, prefix search (like autocomplete), and makes aggregations (like {{kib}} visualizations) possible. See the {{es}} Reference Guide for more information on [exact match filtering](elasticsearch://reference/query-languages/query-dsl/query-dsl-term-query.md), [prefix search](elasticsearch://reference/query-languages/query-dsl/query-dsl-prefix-query.md), or [aggregations](elasticsearch://reference/aggregations/index.md).
3232

3333

3434
## Default Elasticsearch convention for indexing text fields [_default_elasticsearch_convention_for_indexing_text_fields]

docs/reference/ecs-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The benefits to a user adopting these fields and names in their clusters are:
2727

2828
## What if I have fields that conflict with ECS? [conflict]
2929

30-
The [rename processor](elasticsearch://reference/ingestion-tools/enrich-processor/rename-processor.md) can help you resolve field conflicts. For example, imagine that you already have a field called "user," but ECS employs `user` as an object. You can use the rename processor on ingest time to rename your field to the matching ECS field. If your field does not match ECS, you can rename your field to `user.value` instead.
30+
The [rename processor](elasticsearch://reference/enrich-processor/rename-processor.md) can help you resolve field conflicts. For example, imagine that you already have a field called "user," but ECS employs `user` as an object. You can use the rename processor on ingest time to rename your field to the matching ECS field. If your field does not match ECS, you can rename your field to `user.value` instead.
3131

3232

3333
## What if my events have additional fields? [addl-fields]

docs/reference/ecs-products-solutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ The following Elastic products support ECS out of the box, as of version 7.0:
2020
* [Log Monitoring](docs-content://solutions/observability/logs/explore-logs.md)
2121
* Log formatters that support ECS out of the box for various languages can be found [here](https://github.com/elastic/ecs-logging/blob/master/README.md).
2222
* [Metrics Monitoring](docs-content://solutions/observability/infra-and-hosts/analyze-infrastructure-host-metrics.md)
23-
* {{ls}}' {{es}} output has an [ECS compatibility mode](logstash://reference/plugins-outputs-elasticsearch.md#_compatibility_with_the_elastic_common_schema_ecs)
23+
* {{ls}}' {{es}} output has an [ECS compatibility mode](logstash-docs-md://lsr/plugins-outputs-elasticsearch.md#_compatibility_with_the_elastic_common_schema_ecs)
2424

0 commit comments

Comments
 (0)