Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
mapped_pages:
- https://www.elastic.co/guide/en/serverless/current/ingest-pipelines.html
applies_to:
stack: ga
serverless: ga
---

# Elasticsearch ingest pipelines (Serverless) [ingest-pipelines]

This content applies to: [![Elasticsearch](/manage-data/images/serverless-es-badge.svg "")](../../../solutions/search.md) [![Observability](/manage-data/images/serverless-obs-badge.svg "")](../../../solutions/observability.md) [![Security](/manage-data/images/serverless-sec-badge.svg "")](../../../solutions/security/elastic-security-serverless.md)

{{es}} ingest pipelines let you perform common transformations on your data before indexing. For example, you can use pipelines to remove fields, extract values from text, and enrich your data.

A pipeline consists of a series of configurable tasks called processors. Each processor runs sequentially, making specific changes to incoming documents. After the processors have run, {{es}} adds the transformed documents to your data stream or index.
Expand Down
1 change: 0 additions & 1 deletion manage-data/ingest/transform-enrich/ingest-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest.html
applies_to:
stack: ga
serverless: ga
---

# Elasticsearch ingest pipelines [ingest]
Expand Down
Loading