console: add ignore_failure to ingest common auto complete (#24915)

This commit is contained in:
Jake Landis 2018-10-31 13:07:05 -05:00 committed by Bill McConaghy
parent 62f82c96f6
commit 191335cf91

View file

@ -19,6 +19,9 @@
const commonPipelineParams = {
on_failure: [],
ignore_failure: {
__one_of: [ false, true ]
},
if: '',
tag: ''
};