Skip to content

Commit

Permalink
add meta.managed to index templates (elastic#71135)
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed Jul 8, 2020
1 parent 9a75c48 commit fe5eb4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ function getBaseTemplate(
name: packageName,
},
managed_by: 'ingest-manager',
managed: true,
},
};
}
Expand Down

0 comments on commit fe5eb4e

Please sign in to comment.