Skip to content

[docs] Fix image paths for docs-assembler #2464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions docs/reference/ecs-converting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down