From 9b0a77636b906074b665c87c43da8d1189346a9d Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Tue, 15 Apr 2025 18:09:46 -0500 Subject: [PATCH] fix image paths for docs-assembler --- docs/reference/ecs-converting.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/reference/ecs-converting.md b/docs/reference/ecs-converting.md index 1f0dd516d6..aadb59bda6 100644 --- a/docs/reference/ecs-converting.md +++ b/docs/reference/ecs-converting.md @@ -129,10 +129,8 @@ If the `destination field` is `@timestamp`, a `format_action` of `parse_timestam 4. In {{kib}}, open the main menu and click **Stack Management > Ingest Pipelines > Create pipeline > New pipeline from CSV**. - :::{image} images/kib-create-pipeline-from-csv.png - :alt: Create Pipeline from CSV in Kibana - :class: screenshot - ::: + % TO DO: Use `:class: screenshot` + ![Create Pipeline from CSV in Kibana](images/kib-create-pipeline-from-csv.png) 5. On the **Create pipeline from CSV** page, upload your CSV file. 6. Under **Default action**, select the **Copy field name** or **Rename field** option. @@ -147,10 +145,9 @@ If the `destination field` is `@timestamp`, a `format_action` of `parse_timestam {{kib}} displays a JSON preview of the ingest pipeline generated from your CSV file. - :::{image} images/kib-create-pipeline-from-csv-preview.png - :alt: Preview pipeline from CSV in Kibana - :class: screenshot - ::: + % TO DO: Use `:class: screenshot` + ![Preview pipeline from CSV in Kibana](images/kib-create-pipeline-from-csv-preview.png) + 8. To create the pipeline, click **Continue to create pipeline**. 9. On the **Create pipeline** page, you can add additional ingest processors to your pipeline.