Skip to content

Commit 6bc5d77

Browse files
authored
Merge Elasticsearch ingest pipelines pages (#1329)
This removes the Serverless version of the "Elasticsearch ingest pipelines" page, since it was missing content included in the non-Serverless version (curl commands, etc.) which are actually applicable in both environments. So we'll have just [this one version](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/1329/manage-data/ingest/transform-enrich/ingest-pipelines) of the page. @colleenmcginnis and @wajihaparvez, this was part of our IA project so I hope you don't mind being reviewers. :-)
1 parent a502fa5 commit 6bc5d77

File tree

3 files changed

+1
-48
lines changed

3 files changed

+1
-48
lines changed

manage-data/ingest/transform-enrich/ingest-pipelines-serverless.md

-43
This file was deleted.

manage-data/ingest/transform-enrich/ingest-pipelines.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ mapped_pages:
33
- https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest.html
44
applies_to:
55
stack: ga
6+
serverless: ga
67
---
78

89
# Elasticsearch ingest pipelines [ingest]
@@ -17,10 +18,6 @@ A pipeline consists of a series of configurable tasks called [processors](elasti
1718

1819
You can create and manage ingest pipelines using {{kib}}'s **Ingest Pipelines** feature or the [ingest APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-ingest). {{es}} stores pipelines in the [cluster state](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-state).
1920

20-
:::{note}
21-
To run an {{es}} pipeline in {{serverless-full}}, refer to [{{es}} Ingest pipelines (Serverless)](./ingest-pipelines-serverless.md).
22-
:::
23-
2421
## Prerequisites [ingest-prerequisites]
2522

2623
* Nodes with the [`ingest`](../../../deploy-manage/distributed-architecture/clusters-nodes-shards/node-roles.md#node-ingest-node) node role handle pipeline processing. To use ingest pipelines, your cluster must have at least one node with the `ingest` role. For heavy ingest loads, we recommend creating [dedicated ingest nodes](../../../deploy-manage/distributed-architecture/clusters-nodes-shards/node-roles.md#node-ingest-node).

manage-data/toc.yml

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ toc:
9595
- file: ingest/upload-data-files.md
9696
- file: ingest/transform-enrich.md
9797
children:
98-
- file: ingest/transform-enrich/ingest-pipelines-serverless.md
9998
- file: ingest/transform-enrich/ingest-pipelines.md
10099
children:
101100
- file: ingest/transform-enrich/example-parse-logs.md

0 commit comments

Comments
 (0)