mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
console: add ignore_failure to ingest common auto complete (#24915)
This commit is contained in:
parent
62f82c96f6
commit
191335cf91
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
||||||
|
|
||||||
const commonPipelineParams = {
|
const commonPipelineParams = {
|
||||||
on_failure: [],
|
on_failure: [],
|
||||||
|
ignore_failure: {
|
||||||
|
__one_of: [ false, true ]
|
||||||
|
},
|
||||||
if: '',
|
if: '',
|
||||||
tag: ''
|
tag: ''
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue