Skip to content

Commit

Permalink
ingest_manager PACKAGES_SAVED_OBJECT_TYPE enabled: false
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Jun 30, 2020
1 parent eb62765 commit b2d1d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/ingest_manager/server/saved_objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const savedObjectTypes: { [key: string]: SavedObjectsType } = {
internal: { type: 'boolean' },
removable: { type: 'boolean' },
es_index_patterns: {
dynamic: 'false',
enabled: false,
type: 'object',
},
installed: {
Expand Down

0 comments on commit b2d1d96

Please sign in to comment.