Final Pipeline is not applied when routing using a pipeline #69727
Labels
>bug
:Data Management/Ingest Node
Execution or management of Ingest Pipelines including GeoIP
Team:Data Management
Meta label for data/management team
Elasticsearch version (
bin/elasticsearch --version
): 7.11.1 , 7.12.0Plugins installed: []
JVM version (
java -version
): Tested on ESSOS version (
uname -a
if on a Unix-like system): Tested on ESSDescription of the problem including expected versus actual behavior:
When routing to the correct index by using a pipeline e.g. using the date, the index template is applied but the documents seem to not go through the specified final pipeline.
This was reported by a user who had this successfully working on 7.8
The expected behaviour is that after routing, all index template settings are applied including the final pipeline
Steps to reproduce:
Dev tools
This works, the final pipeline was applied
Now lets route the document using a pipeline
Expected Behaviour:
Documents in the index
test-2021-02-10
will have the field"pipeline" : "completed"
included.Observed Behaviour:
The field is not present. E.g:
Note that
GET test-2021-02-10
shows that thefinal_pipeline
is still in the index settings:The text was updated successfully, but these errors were encountered: