Browse Source

[DOCS] Update screenshots for ingest pipeline docs (#83845)

https://github.com/elastic/kibana/pull/101216 adds a new ECS mapper feature to the Ingest Pipelines UI. This updates the ES docs to cover the new feature.
James Rodewig 3 years ago
parent
commit
d3d468e5f1

BIN
docs/reference/images/ingest/ingest-pipeline-list.png


+ 10 - 4
docs/reference/ingest.asciidoc

@@ -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

+ 1 - 1
docs/reference/ingest/common-log-format-example.asciidoc

@@ -29,7 +29,7 @@ Pipelines**.
 [role="screenshot"]
 image::images/ingest/ingest-pipeline-list.png[Kibana's Ingest Pipelines list view,align="center"]
 
-. Click **Create pipeline**.
+. Click **Create pipeline > New pipeline**.
 . Provide a name and description for the pipeline.
 . Add a <<grok-processor,grok processor>> to parse the log message: