0
点赞
收藏
分享

微信扫一扫

activiti 工作流基本使用

木匠0819 2024-05-11 阅读 16

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

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

3、其他命令

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

相关推荐

0 条评论