mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -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 = {
|
||||
on_failure: [],
|
||||
ignore_failure: {
|
||||
__one_of: [ false, true ]
|
||||
},
|
||||
if: '',
|
||||
tag: ''
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue