ES2.3版本,delete一个索引,master日志并没有记录相关delete操作?
Elasticsearch | 作者 printf_uck | 发布于2019年01月25日 | 阅读数:4682
如题,我用的ES2.3版本,创建索引的时候,例如创建 PUT test-4,master日志如下:
[test-4] creating index, cause [api], templates [], shards [5]/[1], mappings []
但是 delete test-4的时候,master节点并没有删除的相关日志,想问下这个是怎么回事儿,我log-level设定的问题吗?
[test-4] creating index, cause [api], templates [], shards [5]/[1], mappings []
但是 delete test-4的时候,master节点并没有删除的相关日志,想问下这个是怎么回事儿,我log-level设定的问题吗?
3 个回复
weizijun - elasticsearch fan
赞同来自: JackGe 、printf_uck
{
"persistent": {
"logger.cluster.service": "DEBUG"
}
}
打开cluster.service的debug,能看到创建、删除索引的日志
JackGe
赞同来自: weizijun 、printf_uck
GET _cluster/settings?flat_settings 中
laoyang360 - 《一本书讲透Elasticsearch》作者,Elastic认证工程师 [死磕Elasitcsearch]知识星球地址:http://t.cn/RmwM3N9;微信公众号:铭毅天下; 博客:https://elastic.blog.csdn.net
赞同来自:
删除索引后返回信息: