【参考】:https://www.elastic.co/guide/en/marvel/current/installing-marvel.html实施步骤(安装elk前一定要规划好,marvel是对ELK的elasticsearch和kinaba有版本要求的)【我的安装版本是】我的elasticsearch是rpm包安装的Marvel2.2.1
requires:Elasticsearch2.2.1.Kibana4.4...
分类:
其他好文 时间:
2016-05-17 01:06:32
阅读次数:
1103
很多时候我们需要对日志做一个集中式的处理,但是通常情况下这些日志都分布到n台机器上面,导致一个结果就是效率比较低,而ELK平台可以帮助我们解决这么一件事情; ELK下载:https://www.elastic.co/downloads/ 组件说明: 1)Elasticsearch是个开源分布式搜索引 ...
分类:
其他好文 时间:
2016-05-13 12:05:04
阅读次数:
241
elasticsearch之查询过滤 elasticsearch elastic-search xixicat 2月13日发布 推荐 1 推荐 收藏 2 收藏,289 浏览 elasticsearch之查询过滤 elasticsearch elastic-search xixicat 2月13日发布 ...
分类:
其他好文 时间:
2016-05-09 01:36:39
阅读次数:
265
http://stackoverflow.com/questions/25683649/deploy-war-from-s3-to-aws-elastic-beanstalk I have got the best answer in this post : it requires 3 simple ...
分类:
其他好文 时间:
2016-05-03 17:54:40
阅读次数:
153
【参考】官网:https://www.elastic.co/downloads参考:http://517sou.net/archives/centos%E4%B8%8B%E4%BD%BF%E7%94%A8elk%E5%A5%97%E4%BB%B6%E6%90%AD%E5%BB%BA%E6%97%A5%E5%BF%97%E5%88%86%E6%9E%90%E5%92%8C%E7%9B%91%E6%8E%A7%E5%B9%B3%E5%8F%B0/http://my.oschina.net/itbl..
分类:
其他好文 时间:
2016-05-03 00:41:47
阅读次数:
303
首先是下载elasticsearch https://www.elastic.co/downloads,解压; 然后下载了中文分析器ik,github上搜索elasticsearch-ik就能找到,https://github.com/medcl/elasticsearch-analysis-ik ... ...
分类:
其他好文 时间:
2016-05-02 00:37:57
阅读次数:
279
1、 首页到官方网站下载最新安装包 https://www.elastic.co/downloads/elasticsearch elasticsearch-1.7.5.tar.gz 2、 将软件包上传到 /usr/local/mypackages/ 目录下。 3、 将软件解压到 /usr/loca ...
分类:
其他好文 时间:
2016-05-01 16:15:31
阅读次数:
257
ELK就是一套完整的日志分析系统 ELK=Logstash+Elasticsearch+Kibana 统一官网https://www.elastic.co/products ELK模块说明 Logstash 作用:用于处理传入的日志,负责收集、过滤和写出日志 Logstash分为三个组件input, ...
分类:
其他好文 时间:
2016-04-29 21:57:50
阅读次数:
215
Technorati 标签: elastic search,query,commands 基本查询:最简单的查询方式 query:{“term”:{“title”:“crime”}} terms:目标列包含指定词 match:会把输入的“短语”进行分解成词 bool match:match分解成多个... ...
分类:
其他好文 时间:
2016-04-29 00:15:58
阅读次数:
408
这篇文章主要记录一下CentOS 7.1下安装配置Elasticsearch和Storm。 安装Oracle JDK,这个可以参照我之前写的文章。 安装Elasticsearch 到https://www.elastic.co/downloads/elasticsearch下载Elasticsear... ...
分类:
其他好文 时间:
2016-04-20 21:36:31
阅读次数:
524