Skip to content

Commit

Permalink
remove unknown property from ilm policy (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed Mar 2, 2020
1 parent 49d1555 commit 20a7a39
Showing 1 changed file with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"metrics-default": {
"policy": {
"phases": {
"hot": {
"min_age": "0ms",
"actions": {
"rollover": {
"max_size": "50gb",
"max_age": "30d"
}
"policy": {
"phases": {
"hot": {
"min_age": "0ms",
"actions": {
"rollover": {
"max_size": "50gb",
"max_age": "30d"
}
}
}
Expand Down

0 comments on commit 20a7a39

Please sign in to comment.