一、可以在网上下载对饮的版本:https://github.com/elastic/elasticsearch,本次安装的是5.5.3。 二、将下载的.tar.gz解压,然后进入elasticsearch-5.5.3/config/目录下配置elasticsearch.yml。 三、因为我先暂时配的 ...
分类:
其他好文 时间:
2017-09-28 20:44:34
阅读次数:
901
Windows环境搭建ElasticSearch5.*需要JDK1.8;1、下载ElasticSearchhttps://www.elastic.co/cn/downloads/elasticsearch#ga-release因为是windows版本,所以下载zip即可2、解压,我的目录位置:“E:\es\elasticsearch-5.4.1”在该文件夹的bin目录下双击elasticsearch.bat执行,..
Kibana安装: 安装地址: https://www.elastic.co/downloads/kibana 安装: tar -zxvf kibana-5.6.1-linux-x86_64.tar.gz 非常不开心的是,安装报错: 只能重新下载安装5.5.2版本: https://www.elas ...
分类:
其他好文 时间:
2017-09-24 14:36:46
阅读次数:
140
Logstash之inputs配置: input plugin doc: https://www.elastic.co/guide/en/logstash/current/index.html 插件很多,选两个常用的使用下。 1. stdin input plugin 参数: 建立stdin-sam ...
分类:
其他好文 时间:
2017-09-23 13:36:53
阅读次数:
178
Logstash安装: https://www.elastic.co/downloads/logstash 下载解压: tar –zxvf logstash-5.6.1.tar.gz 在/usr/local/logstash-5.6.1/bin下编辑conf:(因为配置了输出到es和console上 ...
分类:
其他好文 时间:
2017-09-22 00:48:08
阅读次数:
120
Mget操作: 查询多个文档: curl -XGET 'http://192.168.1.151:9200/_mget' -d '{"docs": [{"_index": "library","_type": "books", "_id": "1"}, {"_index": "library","_ ...
分类:
其他好文 时间:
2017-09-20 18:02:23
阅读次数:
176
Logstash requires Java 8. Java 9 is not supported. 1、检测是否安装了java环境 2、安装logstash,这里采用rpm安装 https://artifacts.elastic.co/downloads/logstash/logstash-5.6 ...
分类:
其他好文 时间:
2017-09-20 17:49:19
阅读次数:
3660
原文发表于cu:2017-02-10 参考文档: Elasticsearchyum文档: https://www.elastic.co/guide/en/elasticsearch/reference/current/rpm.html Logstashyum文档: https://www.elast... ...
分类:
其他好文 时间:
2017-09-20 00:40:03
阅读次数:
222
在应用程序中对象很少只是一个简单的键和值的列表。通常,它们拥有更复杂的数据结构,可能包括日期、地理信息、其他对象或者数组等。 也许有一天你想把这些对象存储在数据库中。使用关系型数据库的行和列存储,这相当于是把一个表现力丰富的对象挤压到一个非常大的电子表格中:你必须将这个对象扁平化来适应表结构--通常 ...
分类:
其他好文 时间:
2017-09-19 04:01:45
阅读次数:
118
ES是一款稳定强大开源的搜索引擎框架,近乎实时的存储、搜索和分析大数据,下面就看下怎么开始安装和运行,以windows为例 ES安装和运行 1、首先要安装Java JDK,最低版本要1.8 2、首先下载Windows版本的压缩包,https://www.elastic.co/downloads 3、 ...
分类:
其他好文 时间:
2017-09-10 12:27:56
阅读次数:
301