欢迎使用普元产品知识库,本知识库包含普元应用开发平台EOSPlatform,流程平台BPS,企业服务总线ESB,微服务平台Microservice,运维管理平台Devops,数据集成平台DI

页面树结构

欢迎使用普元文档库

Skip to end of metadata
Go to start of metadata

【问题】

ES磁盘满占用超过80%以后,ES 会开启只读模式,日志无法写入ElasticSearch,ESB日志不报错。

【解决方案】

终端执行 curl -XPUT '192.168.130.28:9200/索引/_settings'  -H 'Content-Type: application/json' -d '{"index.blocks.read_only_allow_delete": null}'

参考:https://blog.csdn.net/qq_39146974/article/details/110368326

  • 无标签