Skip to content

Commit

Permalink
rename ilm policy to remove -default
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed Jul 15, 2020
1 parent 6068285 commit cee4831
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -262,7 +262,7 @@ function getBaseTemplate(
index: {
// ILM Policy must be added here, for now point to the default global ILM policy name
lifecycle: {
name: `${type}-default`,
name: type,
},
// What should be our default for the compression?
codec: 'best_compression',
Expand Down

0 comments on commit cee4831

Please sign in to comment.