Skip to content

Commit

Permalink
Fix a typo in the example for using pre-existing pipeline definitions (
Browse files Browse the repository at this point in the history
  • Loading branch information
gbamparop authored Nov 4, 2024
1 parent 744eb50 commit 9ad09b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/ingest/apis/simulate-ingest.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ Definition of a mapping that will be merged into the index's mapping for validat

[[simulate-ingest-api-pre-existing-pipelines-ex]]
===== Use pre-existing pipeline definitions
In this example the index `index` has a default pipeline called `my-pipeline` and a final
pipeline called `my-final-pipeline`. Since both documents are being ingested into `index`,
In this example the index `my-index` has a default pipeline called `my-pipeline` and a final
pipeline called `my-final-pipeline`. Since both documents are being ingested into `my-index`,
both pipelines are executed using the pipeline definitions that are already in the system.

[source,console]
Expand Down

0 comments on commit 9ad09b6

Please sign in to comment.