Skip to content

Commit 8e1fea7

Browse files
committed
Fix logstash and beats references
1 parent 1ac15b7 commit 8e1fea7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/query-languages/esql/esql-enrich-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ To begin, add documents to one or more source indices. These documents should co
9393

9494
You can manage source indices just like regular {{es}} indices using the [document](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-document) and [index](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-indices) APIs.
9595

96-
You also can set up [{{beats}}](/beats/docs/reference/ingestion-tools/index.md), such as a [{{filebeat}}](/beats/docs/reference/ingestion-tools/beats-filebeat/filebeat-installation-configuration.md), to automatically send and index documents to your source indices. See [Getting started with {{beats}}](/beats/docs/reference/ingestion-tools/index.md).
96+
You also can set up [{{beats}}](beats://reference/ingestion-tools/index.md), such as a [{{filebeat}}](beats://reference/ingestion-tools/beats-filebeat/filebeat-installation-configuration.md), to automatically send and index documents to your source indices. See [Getting started with {{beats}}](beats://reference/ingestion-tools/index.md).
9797

9898

9999
### Create an enrich policy [esql-create-enrich-policy]

docs/reference/query-languages/esql/esql-process-data-with-dissect-grok.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Your data may contain unstructured strings that you want to structure. This make
1313
:alt: unstructured data
1414
:::
1515

16-
{{es}} can structure your data at index time or query time. At index time, you can use the [Dissect](/reference/ingestion-tools/enrich-processor/dissect-processor.md) and [Grok](/reference/ingestion-tools/enrich-processor/grok-processor.md) ingest processors, or the {{ls}} [Dissect](/logstash/docs/reference/ingestion-tools/logstash/plugins-filters-dissect.md) and [Grok](/logstash/docs/reference/ingestion-tools/logstash/plugins-filters-grok.md) filters. At query time, you can use the {{esql}} [`DISSECT`](/reference/query-languages/esql/esql-commands.md#esql-dissect) and [`GROK`](/reference/query-languages/esql/esql-commands.md#esql-grok) commands.
16+
{{es}} can structure your data at index time or query time. At index time, you can use the [Dissect](/reference/ingestion-tools/enrich-processor/dissect-processor.md) and [Grok](/reference/ingestion-tools/enrich-processor/grok-processor.md) ingest processors, or the {{ls}} [Dissect](logstash://reference/ingestion-tools/logstash/plugins-filters-dissect.md) and [Grok](logstash://reference/ingestion-tools/logstash/plugins-filters-grok.md) filters. At query time, you can use the {{esql}} [`DISSECT`](/reference/query-languages/esql/esql-commands.md#esql-dissect) and [`GROK`](/reference/query-languages/esql/esql-commands.md#esql-grok) commands.
1717

1818
## `DISSECT` or `GROK`? Or both? [esql-grok-or-dissect]
1919

0 commit comments

Comments
 (0)