随笔分类 - elasticsearch
摘要:elasticsearch-head install node.js Download node.js: 将下载的包,解压并配置环境变量 vim /etc/profile #set for nodejs export NODE_HOME=/opt/modules/node-v10.9.0-lin
阅读全文
摘要:elasticsearch6.5.x-centos6 elasticsearch 和 关系型数据库中的类比 es RDBMS index database type table document row field field elasticsearch 集群概念介绍 Node: 单个装有elast
阅读全文
摘要:错误原因,配置文件中没有配置tcp端口号。 59 network.host: 0.0.0.0 60 61 transport.tcp.port: 9300 62 63 # 64 # Set a custom port for HTTP: 65 # 66 http.port: 9200
阅读全文