activiti 工作流基本使用

阅读 23

2024-05-11

1、es 开启 “删除或关闭时索引名称支持通配符” 功能
在这里插入图片描述
2、kibanan平台执行

POST *,-.*/_close   关闭索引
POST *,-.*/_open    打开索引

3、其他命令

DELETE index_*        // 按通配符删除以'index_'开头的索引
DELETE _all           // 删除全部索引
DELETE *,-.*    删除全部索引

相关推荐

精彩评论(0)

0 0 举报