摘要:
action.destructive_requires_name: true 用于设置删除只限于特定名称指向的数据, 而不允许通过指定 _all来删除所有索引 阅读全文
摘要:
1、修改elastic超级用户密码 curl -u elastic -XPUT 'http://192.168.1.14:9200/_xpack/security/user/elastic/_password?pretty' -H 'Content-Type: application/json' - 阅读全文
摘要:
一、Elasticsearch 6.7.2开启trial x-pack license;x-pack的license试用期只有30天 1、ES6.7.2版本默认已经安装了x-pack插件,这里就没有安装步骤了,只需要开启功能即可,每个节点都需要设置;设置elasticsearch.yml 添加下列行 阅读全文