
ElasticSearch搜索引擎
文章平均质量分 71
探索学习ElasticSearch搜索引擎之旅
我先来一碗
我先来一碗
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ELK 集群 安装 部署
ELK 集群 安装 部署史上最靠谱 集群部署一、ELK软件包下载登录用户使用 root 账户下载软件、解压软件、拷贝软件elasticsearchhttps://www.elastic.co/downloads/past-releases#elasticsearch #下载 wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.5.0-linux-x86_64.tar.gzkiba原创 2021-07-23 15:40:35 · 613 阅读 · 0 评论 -
ES(八)在kibana 测试篇
1.添加测试数据:PUT /myindex/article/1{ "post_date":"2020-12-08", "title":"java", "author_id":"119"}按id 查询:GET /myindex/article/1结果:{ "_index" : "myindex", "_type" : "article", "_id" : "1", "_version" : 1, "_seq_no" : 0, "_primary原创 2020-12-08 17:33:37 · 628 阅读 · 0 评论 -
ES(二) 配置文件篇
1.conf 文件夹下:elasticsearch.yml 文件# ======================== Elasticsearch Configuration =========================## NOTE: Elasticsearch comes with reasonable defaults for most settings.# Before you set out to tweak and tune the configuration, ma原创 2020-12-07 21:48:48 · 292 阅读 · 0 评论