|
@@ -37,19 +37,25 @@ 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
|
|
|
+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
|
|
|
* Edit or clone existing pipelines
|
|
|
* Delete pipelines
|
|
|
|
|
|
-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 Pipelines list view,align="center"]
|
|
|
|
|
|
+To create a pipeline, click **Create pipeline > New pipeline**. For an example
|
|
|
+tutorial, see <<common-log-format-example>>.
|
|
|
+
|
|
|
+TIP: The **New pipeline from CSV** option lets you use a CSV to create an ingest
|
|
|
+pipeline that maps custom data to the {ecs-ref}[Elastic Common Schema (ECS)].
|
|
|
+Mapping your custom data to ECS makes the data easier to search and lets you
|
|
|
+reuse visualizations from other datasets. To get started, check
|
|
|
+{ecs-ref}/ecs-converting.html[Map custom data to ECS].
|
|
|
+
|
|
|
You can also use the <<ingest-apis,ingest APIs>> to create and manage pipelines.
|
|
|
The following <<put-pipeline-api,create pipeline API>> request creates
|
|
|
a pipeline containing two <<set-processor,`set`>> processors followed by a
|