2019年8月19日

Elasticsearch 安装 Head 插件

摘要: 引子:在上一篇文章Elasticsearch入门(一):CentOS 7.6 安装ES 7.0.0中,我们讲了如何在CentOS 7.6环境下安装 Elasticsearch 7.0。下面,我将讲一讲,如何安装ES必备插件之——elasticsearch-head,并且记录下在安装过程中所遇到的问题 阅读全文

posted @ 2019-08-19 21:45 ExplorerMan 阅读(384) 评论(0) 推荐(0)

elasticsearch head + xpack 用户名密码访问

摘要: 修改配置文件elasticsearch.yml,增加http.cors.allow-headers: Authorization 访问head时,url如下所示:http://192.168.100.100:9100/?auth_user=elastic&auth_password=changeme 阅读全文

posted @ 2019-08-19 21:17 ExplorerMan 阅读(2710) 评论(0) 推荐(0)

IK分词器的安装与使用IK分词器创建索引

摘要: 之前我们创建索引,查询数据,都是使用的默认的分词器,分词效果不太理想,会把text的字段分成一个一个汉字,然后搜索的时候也会把搜索的句子进行分词,所以这里就需要更加智能的分词器IK分词器了。 1. ik分词器的下载和安装,测试 第一: 下载地址:https://github.com/medcl/el 阅读全文

posted @ 2019-08-19 20:59 ExplorerMan 阅读(871) 评论(0) 推荐(0)

Mongo-Connector 安装及使用文档

摘要: # Mongo-Connector 安装及使用文档 > * 工具介绍> * 安装前准备> * 安装步骤> * 命令详解> * 有可能的坑> * 其他文档 ###工具介绍mongo-connector工具创建一个从MongoDB簇到一个或多个目标系统的管道,目标系统包括:Solr,Elasticsea 阅读全文

posted @ 2019-08-19 16:08 ExplorerMan 阅读(852) 评论(0) 推荐(0)

CentOS7上安装配置破解Elasticsearch+Kibana 6.4.2-6.5.1全过程

摘要: 最近正在学习服务器应用平台的搭建的相关知识。有幸从朋友与书上了解到Elastic套件的使用,我花了两天的时间把最新的套件部署在我的服务器上,中间踩了数不清的坑。我把整个过程都记录了下来与各位有需要的朋友们分享一下。 Update经过测试该安装破解方案已兼容Elasticsearch6.4.2至Kib 阅读全文

posted @ 2019-08-19 01:30 ExplorerMan 阅读(1366) 评论(0) 推荐(0)

[不错]A step-by-step guide to enabling security, TLS/SSL, and PKI authentication in Elasticsearch

摘要: Now posted on the Elastic blog December 12, 2018 update: This article has been published on Elastic’s website as: https://www.elastic.co/blog/elastics 阅读全文

posted @ 2019-08-19 01:14 ExplorerMan 阅读(429) 评论(0) 推荐(0)

导航