赞
踩
- PUT _ilm/policy/yztest-policy
- {
- "policy": {
- "phases": {
- "hot": {
- "min_age": "0ms",
- "actions": {
- "rollover": {
- "max_size": "50gb",
- "max_age": "30d",
- "max_docs": 5
- },
- "set_priority": {
- "priority": 100
- }
- }
- },
- "warm": {
- "min_age": "3d",
- "actions": {
- "readonly": {},
- "set_priority": {
- "priority": 50
- }
- }
- },
- "delete": {
- "min_age": "30d",
- "actions": {
- "delete": {}
- }
- }
- }
- }
- }
- PUT _template/yztest-template
- {
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。