Skip to content

Commit 2887733

Browse files
Update manage-data/ingest/transform-enrich.md
Co-authored-by: wajihaparvez <[email protected]>
1 parent 654a46e commit 2887733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage-data/ingest/transform-enrich.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Finally, to help ensure optimal query results, you may want to customize how tex
2121
{{es}} ingest pipelines
2222
: You can use [{{es}} ingest pipelines](transform-enrich/ingest-pipelines.md) to enrich incoming data or normalize field data before the data is indexed. {{es}} ingest pipelines enable you to manipulate the data as it comes in. This approach helps you avoid adding processing overhead to the hosts from which you’re collecting data.
2323

24-
: When you define a pipeline you can configure one or more processors to operate on the incoming data. A typical use case is to transform specific strings to lowercase, or to sort the elements of incoming arrays into a given order. This section describes:
24+
: When you define a pipeline, you can configure one or more processors to operate on the incoming data. A typical use case is to transform specific strings to lowercase, or to sort the elements of incoming arrays into a given order. This section describes:
2525
* How to create, view, edit, and delete an ingest pipeline
2626
* How to set up processors to transform the data
2727
* How to test a pipeline before putting it into production.

0 commit comments

Comments
 (0)