|
@@ -12,9 +12,9 @@ transformed documents to your data stream or index.
|
|
|
|
|
|
image::images/ingest/ingest-process.svg[Ingest pipeline diagram,align="center"]
|
|
|
|
|
|
-You can create and manage ingest pipelines using {kib}'s **Ingest Node
|
|
|
-Pipelines** feature or the <<ingest-apis,ingest APIs>>. {es} stores pipelines in
|
|
|
-the <<cluster-state,cluster state>>.
|
|
|
+You can create and manage ingest pipelines using {kib}'s **Ingest Pipelines**
|
|
|
+feature or the <<ingest-apis,ingest APIs>>. {es} stores pipelines in the
|
|
|
+<<cluster-state,cluster state>>.
|
|
|
|
|
|
[discrete]
|
|
|
[[ingest-prerequisites]]
|
|
@@ -27,7 +27,7 @@ with the `ingest` role. For heavy ingest loads, we recommend creating
|
|
|
|
|
|
* If the {es} security features are enabled, you must have the `manage_pipeline`
|
|
|
<<privileges-list-cluster,cluster privilege>> to manage ingest pipelines. To use
|
|
|
-{kib}'s **Ingest Node Pipelines** feature, you also need the
|
|
|
+{kib}'s **Ingest Pipelines** feature, you also need the
|
|
|
`cluster:monitor/nodes/info` cluster privileges.
|
|
|
|
|
|
* Pipelines including the `enrich` processor require additional setup. See
|
|
@@ -37,7 +37,7 @@ with the `ingest` role. For heavy ingest loads, we recommend creating
|
|
|
[[create-manage-ingest-pipelines]]
|
|
|
=== Create and manage pipelines
|
|
|
|
|
|
-In {kib}, open the main menu and click **Stack Management** > **Ingest Node
|
|
|
+In {kib}, open the main menu and click **Stack Management** > **Ingest
|
|
|
Pipelines**. From the list view, you can:
|
|
|
|
|
|
* View a list of your pipelines and drill down into details
|
|
@@ -48,7 +48,7 @@ To create a new pipeline, click **Create pipeline**. For an example tutorial,
|
|
|
see <<common-log-format-example>>.
|
|
|
|
|
|
[role="screenshot"]
|
|
|
-image::images/ingest/ingest-pipeline-list.png[Kibana's Ingest Node Pipelines list view,align="center"]
|
|
|
+image::images/ingest/ingest-pipeline-list.png[Kibana's Ingest Pipelines list view,align="center"]
|
|
|
|
|
|
You can also use the <<ingest-apis,ingest APIs>> to create and manage pipelines.
|
|
|
The following <<put-pipeline-api,create pipeline API>> request creates
|