Open
Description
It is useful to be able to create negative test cases for Ingest Node pipelines in order to check for proper error handling when unexpected data is received. For example when an invalid IP address is received in a log message part of the error handling is to remove the invalid value to prevent mapping failures at ingest time and append an error.message
indicating that the data was invalid.
So in the pipeline test config we need a way to ignore failures caused by the presence of error.message
and continue to assert that golden data matches the output.