因为索引前缀都是不同的,只有后面的时间是有规则的, 请问能模糊匹配吗 按照这种:
感谢
curl -XPUT 'http://172.20.2.101:9200/_snapshot/my_hdfs_repository/snapshot_3' -H 'Content-Type: application/json' -d '{
"indices": "*_2018.04.1",
"ignore_unavailable": true,
"include_global_state": false
}'
感谢
0 个回复