[Ingest node pipelines] 502 Bad Gateway error when simulating a pipeline #63199
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:
master
Description of the problem including expected versus actual behavior:
Running the simulate pipeline API with verbose enabled against a pipeline that has a
pipeline
processor, and the pipeline defined is expected to fail with the sample documents provided, results in:{"statusCode":502,"error":"Bad Gateway","message":"Client request timeout"}
. I would expect the request to be successful and return the error. This works as expected withoutverbose
enabled.Steps to reproduce:
pipeline
processor with the pipeline created in step 1. For example:{"statusCode":502,"error":"Bad Gateway","message":"Client request timeout"}
The text was updated successfully, but these errors were encountered: