栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 前沿技术 > 大数据 > 大数据系统

ES使用及配置

ES使用及配置

官网上下载Es,kibana,皆为7.16.2版本
配置文件elasticsearch.yml
cluster.name: my-application
node.name: node-1
path.data: /usr/local/elasticsearch-7.16.2/data
path.logs: /usr/local/elasticsearch-7.16.2/logs
network.host: xx.xx.xx.xx
http.port: 9200
transport.tcp.port: 9300
discovery.seed_hosts: [" xx.xx.xx.xx"]
#cluster.initial_master_nodes: [“node-1”,“node-2”,“node-3”]
xpack.security.enabled: true
xpack.security.transport.ssl.enabled: true

启动
./elasticsearch

设置密码
./elasticsearch-password-setups interactive
[apm_system]:apm_system
[kibana_system]:kibana_system
[kibana]:kibana
[logstash_system]:logstash_system
[beats_system]:beats_system
[remote_monitoring_user]:elastic
[elastic]:elastic
访问:
curl xx.xx.xx.xx:9200 -u elastic:elastic正常访问

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/680932.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号