Skip to content

Commit 23e1960

Browse files
fix image paths for docs-assembler (#2464)
Co-authored-by: Michael Wolf <[email protected]>
1 parent f257a29 commit 23e1960

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/reference/ecs-converting.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,8 @@ If the `destination field` is `@timestamp`, a `format_action` of `parse_timestam
129129

130130
4. In {{kib}}, open the main menu and click **Stack Management > Ingest Pipelines > Create pipeline > New pipeline from CSV**.
131131

132-
:::{image} images/kib-create-pipeline-from-csv.png
133-
:alt: Create Pipeline from CSV in Kibana
134-
:class: screenshot
135-
:::
132+
% TO DO: Use `:class: screenshot`
133+
![Create Pipeline from CSV in Kibana](images/kib-create-pipeline-from-csv.png)
136134

137135
5. On the **Create pipeline from CSV** page, upload your CSV file.
138136
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
147145

148146
{{kib}} displays a JSON preview of the ingest pipeline generated from your CSV file.
149147

150-
:::{image} images/kib-create-pipeline-from-csv-preview.png
151-
:alt: Preview pipeline from CSV in Kibana
152-
:class: screenshot
153-
:::
148+
% TO DO: Use `:class: screenshot`
149+
![Preview pipeline from CSV in Kibana](images/kib-create-pipeline-from-csv-preview.png)
150+
154151

155152
8. To create the pipeline, click **Continue to create pipeline**.
156153
9. On the **Create pipeline** page, you can add additional ingest processors to your pipeline.

0 commit comments

Comments
 (0)