Fix a typo in the example for using pre-existing pipeline definitions (#116084)

This commit is contained in:
Giorgos Bamparopoulos 2024-11-04 17:06:16 +02:00 committed by GitHub
parent 744eb507f6
commit 9ad09b6ee0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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