下载Java 13 需登录 https://www.oracle.com/technetwork/java/javase/downloads/jdk13-downloads-5672538.html 安装 https://www.cnblogs.com/shirley-0021/p/8510051. ...
分类:
编程语言 时间:
2020-02-07 16:51:15
阅读次数:
62
ELK版本:elasticsearch-5.2.2 kibana-5.2.2 logstash-2.4.1 all plugins 部署环境为单台服务器,未配置集群 一、官网下载地址:https://www.elastic.co/downloads 二、elasticsearch安装 1、由于安装E ...
分类:
其他好文 时间:
2020-01-31 00:40:19
阅读次数:
87
操作系统: centos版本 7.4 防火墙 关闭 selinux 关闭 elasticsearch版本 6.3.2 java版本 1.8 server1 192.168.10.126 server2 192.168.10.127 [root@server1 ~]# wget -c https:// ...
分类:
其他好文 时间:
2020-01-28 19:16:55
阅读次数:
73
1、安装docker依赖(已安装可以不用安装) yum install -y docker 2、搜索镜像 docker search elasticsearch 如果出现以下报错 Cannot connect to the Docker daemon at unix:///var/run/docke ...
分类:
其他好文 时间:
2020-01-26 19:19:48
阅读次数:
617
Windows版 提纲: 1. 安装Elasticsearch 1.1. 下载Elasticsearch: https://www.elastic.co/cn/downloads/elasticsearch,添加系统变量. 1.2. 运行es,切换到bin目录,运行elasticsearch.bat ...
分类:
其他好文 时间:
2020-01-21 16:06:05
阅读次数:
75
发车 为什么要在elasticsearch中要使用ik这样的中文分词呢,那是因为es提供的分词是英文分词,对于中文的分词就做的非常不好了,因此我们需要一个中文分词器来用于搜索和使用。今天我们就尝试安装下IK分词。 上车 1、去github 下载对应的分词插件https://github.com/me ...
分类:
其他好文 时间:
2020-01-17 13:33:44
阅读次数:
74
第1章 ElasticSearch 安装时一些错误以及解决方法 1.1 JDK版本问题 1.1.1 问题: [2020-01-16T09:26:22,296][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [node-1] uncaught ...
分类:
其他好文 时间:
2020-01-16 12:51:26
阅读次数:
260
2.3版本 安装Head插件E:\soft\elasticsearch-2.3.2\bin>plugin install mobz/elasticsearch-head-> Installing mobz/elasticsearch-head...Trying https://github.com/ ...
分类:
其他好文 时间:
2020-01-14 09:28:29
阅读次数:
88
1.ELK搭建 关于ELK环境搭建在之前的博客都已经提到了。 Elasticsearch安装Head插件 安装Logstash 安装Kibana 2.项目示例 2.1添加依赖 <!--elk依赖 --> <dependency> <groupId>net.logstash.logback</grou ...
分类:
编程语言 时间:
2020-01-13 17:56:58
阅读次数:
90
安装logstash查看我的另一篇文章 Docker 部署 logstash 同步数据我们首先需要安装好对应的插件,然后下载对应的数据库链接jar包,下面是具体的步骤 一、安装logstash-input-jdbc 1、进入容器中 docker exec it logstash bash 2、进入到 ...
分类:
数据库 时间:
2020-01-09 13:17:52
阅读次数:
104