elasticsearch7安全配置--最低安全等级,用户名密码

上一篇博客在centos7上安装了elasticsearch7

接下来对elasticsearch进行安全方面的配置

minimal security 最低安全等级,用户名密码

首先开启xpack

vim config/elasticsearch.yml

shell 复制代码
xpack.security.enabled: true

由于我是单机配置的,还加了如下配置

shell 复制代码
discovery.type: single-node

启动,报错如下
java.lang.IllegalArgumentException: setting [cluster.initial_master_nodes] is not allowed when [discovery.type] is set to [single-node]

我们关闭集群master配置

shell 复制代码
#cluster.initial_master_nodes: ["node-1"]

重新启动elasticsearch,就看到需要输入用户名密码了

设置密码

可以通过

shell 复制代码
./bin/elasticsearch-setup-passwords auto

自动生成密码,在控制台可以看到生成的密码,输入密码后就可以登录了

相关推荐
乐韵天城4 小时前
SpringBoot3.x下如何使用es进行数据查询
elasticsearch
放学有种别跑、8 小时前
GIT使用指南
大数据·linux·git·elasticsearch
越努力越幸运5089 小时前
git工具的学习
大数据·elasticsearch·搜索引擎
不会写程序的未来程序员9 小时前
详细的 Git 操作分步指南
大数据·git·elasticsearch
武子康10 小时前
大数据-167 ELK Elastic Stack(ELK) 实战:架构要点、索引与排错清单
大数据·后端·elasticsearch
20岁30年经验的码农10 小时前
Java Elasticsearch 实战指南
java·开发语言·elasticsearch
v***446712 小时前
springboot之集成Elasticsearch
spring boot·后端·elasticsearch
h***673715 小时前
SpringBoot整合easy-es
spring boot·后端·elasticsearch
ALex_zry1 天前
Git大型仓库推送失败问题完整解决方案
大数据·git·elasticsearch
二进制coder1 天前
Git Fork 开发全流程教程
大数据·git·elasticsearch