elasticsearch/docs/reference/ingest
Jake Landis 35fc997943
Enhance the ingest node simulate verbose output (#60433)
This commit enhances the verbose output for the
`_ingest/pipeline/_simulate?verbose` api. Specifically
this adds the following:

* the pipeline processor is now included in the output
* the conditional (if) and result is now included in the output iff it was defined
* a status field is always displayed. the possible values of status are
  * `success` - if the processor ran with out errors
  * `error` - if the processor ran but threw an error that was not ingored
  * `error_ignored` - if the processor ran but threw an error that was ingored
  * `skipped` - if the process did not run (currently only possible if the if condition evaluates to false)
  * `dropped` - if the the `drop` processor ran and dropped the document
* a `processor_type` field for the type of processor (e.g. set, rename, etc.)
* throw a better error if trying to simulate with a pipeline that does not exist

closes #56004
2020-08-04 13:09:08 -05:00
..
apis Enhance the ingest node simulate verbose output (#60433) 2020-08-04 13:09:08 -05:00
processors [DOCS] http -> https, remove outdated plugin docs (#60380) 2020-07-31 15:58:38 -04:00
enrich.asciidoc [DOCS] Update my-index examples (#60132) 2020-07-27 14:46:39 -04:00
ingest-node.asciidoc [DOCS] Fix ingest processor docs for autogen doc IDs (#60147) 2020-07-27 13:37:22 -04:00