1.重启ES:
##进入ES用户
su elastic
##输入密码
******
##进入ES文件夹
cd ~/elasticsearch-6.2.4
##执行命令重启ES
./bin/elasticsearch -d
解决报错:
curl -i -H "Content-Type:application/json" -XPUT?ip:9200/transaction/_mapping/default/?pretty ?-d'{"default":{"properties":{"type":{"type":"text","fielddata":true}}}}'
2.ES解锁
curl -XPUT -H "Content-Type: application/json" http://ip:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'
3.删除所有的索引
curl -XDELETE http://ip:9200/_all
一键部署脚本链接文章来源:https://www.toymoban.com/news/detail-506674.html
centos7 ELK7.8.0 生产部署 elasticsearch7.8 一键部署_sdcxlgb的博客-CSDN博客文章来源地址https://www.toymoban.com/news/detail-506674.html
到了这里,关于关于Elasticsearch重启、解锁、删索引的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!