While testing some ingest functionality, I ran into this: ``` http GET /_ingest/pipeline/xyz ``` will always return ``` json { "pipelines": [] } ``` even though `xyz` doesn't exist.
While testing some ingest functionality, I ran into this:
will always return
{ "pipelines": [] }even though
xyzdoesn't exist.