Skip to content

Commit

Permalink
Added _meta and frozen phases to ILM autocomplete.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dorlus committed Aug 24, 2021
1 parent cfb4c1d commit a91abf9
Showing 1 changed file with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"ilm.put_lifecycle": {
"data_autocomplete_rules": {
"_meta": {},
"policy": {
"phases": {
"warm": {
Expand Down Expand Up @@ -31,7 +32,7 @@
"forcemerge": {
"max_num_segments": 1
}
}
}
},
"min_age": "1d",
"actions": {
Expand Down Expand Up @@ -85,7 +86,7 @@
"_ip": ""
}
}
}
}
},
"min_age": "1d",
"actions": {
Expand Down Expand Up @@ -123,7 +124,7 @@
"max_docs": 1000,
"max_size": "5gb"
}
}
}
},
"min_age": "1d",
"actions": {
Expand All @@ -149,9 +150,14 @@
"actions": {
"delete": {}
}
},
"frozen": {
"actions": {
"searchable_snapshots": {}
}
}
}
}
}
}
}
}

0 comments on commit a91abf9

Please sign in to comment.