Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit bd3e289

Browse files
author
Chris Wiechmann
committed
Test index setup with the real Traffic-Summary ILM-Policy
1 parent e2f2820 commit bd3e289

File tree

1 file changed

+4
-4
lines changed
  • apibuilder4elastic/test/setupIndices/test-config/traffic-summary

1 file changed

+4
-4
lines changed

apibuilder4elastic/test/setupIndices/test-config/traffic-summary/ilm_policy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"warm": {
17-
"min_age": "15d",
17+
"min_age": "0ms",
1818
"actions": {
1919
"allocate": {
2020
"number_of_replicas": 1,
@@ -31,15 +31,15 @@
3131
}
3232
},
3333
"cold": {
34-
"min_age": "30d",
34+
"min_age": "12d",
3535
"actions": {
3636
"set_priority": {
37-
"priority": 0
37+
"priority": 20
3838
}
3939
}
4040
},
4141
"delete": {
42-
"min_age": "10d",
42+
"min_age": "15d",
4343
"actions": {
4444
"delete": {
4545
"delete_searchable_snapshot": true

0 commit comments

Comments
 (0)