Skip to content

Commit

Permalink
console: add ignore_failure to ingest common auto complete (#24915)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis authored and bmcconaghy committed Oct 31, 2018
1 parent 62f82c9 commit 191335c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core_plugins/console/api_server/es_6_0/ingest.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@

const commonPipelineParams = {
on_failure: [],
ignore_failure: {
__one_of: [ false, true ]
},
if: '',
tag: ''
};
Expand Down

0 comments on commit 191335c

Please sign in to comment.