摘要: elasticsearch(基础) 一、创建postman项目 1.创建空间 2.新建测试项目 GET http://10.0.0.101:9200/_cat/nodes 二、ES的常见术语 索引(index): 用户写入ES集群的逻辑单元。 分片(shard): 一个索引最少一个分片。 将索引的数 阅读全文
posted @ 2023-05-09 20:40 wh459086748 阅读(501) 评论(0) 推荐(0)
摘要: elasticsearch(存储与检索) 一、部署elasticsearch 1.rpm单点部署 1.1 下载ES软件包 https://www.elastic.co/cn/downloads 1.2 安装es [root@elk101.com ~]# ll total 301028 -rw . 1 阅读全文
posted @ 2023-05-09 20:36 wh459086748 阅读(325) 评论(0) 推荐(0)