ES插件BigDesk安装 bigdesk支持的最新版本的ES是1.3.0 ... 1.3.x 然而想要在新版本ES上安装(2.x.x),项目中遇到过一些BUG,在ES在最新版本中有修复,所以采用了2.3.0的版本 head插件查看数据和集群其他一些挺方便,但是对集群状况监控不够细致,而且使用中有一 ...
分类:
其他好文 时间:
2017-01-17 23:07:35
阅读次数:
697
创建索引 无mapping 创建索引名称为index的索引 curl -XPUT http://localhost:9200/book 有mapping 如果需要定义每个类型的结构映射,创建type名称为user和blogpost的mapping。 curl -XPUT "http://localh ...
分类:
其他好文 时间:
2017-01-16 19:56:50
阅读次数:
982
官方说法,来自https://www.elastic.co/guide/en/elasticsearch/reference/2.2/index-modules.html#_static_index_settings: index.codecThe default value compresses ...
分类:
其他好文 时间:
2017-01-10 17:44:54
阅读次数:
677
原文链接:http://elasticsearch.cn/article/48 Packetbeat(https://www.elastic.co/products/beats/packetbeat)是一个开源的网络抓包与分析框架,内置了很多常见的协议解析,如HTPP、MySQL、Thrift等。但 ...
分类:
其他好文 时间:
2017-01-09 13:37:43
阅读次数:
299
原文链接:https://yq.aliyun.com/articles/57420 摘要: Elk是Elastic search, Logstash和Kibana三者的简称。 Elastic search顾名思义是致力于搜索,它是一个弹性搜索的技术平台,与其相似的有Solr,二者的对比可参考下面这篇 ...
分类:
其他好文 时间:
2017-01-09 13:23:55
阅读次数:
260
elasticsearch和kibanna的链接地址:https://www.elastic.co/downloads,我的环境里用的包为kibana-4.1.1-linux-x64.tar.gz和elasticsearch-1.7.1.zip。 安装Elasticsearch 以为此前已经配置过j ...
分类:
其他好文 时间:
2017-01-09 13:05:47
阅读次数:
168
ELKStack-使用消息队列扩展 官方文档:https://www.elastic.co/guide/en/logstash/5.x/deploying-and-scaling.html 流程图 流程:数据源 --> logstash(input收集、output消息队列) --> MQ --> ...
分类:
其他好文 时间:
2017-01-07 13:13:52
阅读次数:
232
简单记录一下安装ES的过程,给小小白们提供一下参考: 下载安装包 https://www.elastic.co/downloads/elasticsearch建议下载2.3.2版本,最新的5.0.0版本与可视化话工具elasticsearch-head可能不太兼容 解压运行 cd到安装目录sudo ...
分类:
系统相关 时间:
2017-01-05 18:23:40
阅读次数:
294
Filebeat中文指南 翻译自:https://www.elastic.co/guide/en/beats/filebeat/current/index.html 译者:kerwin 鸣谢:tory chuck 一、概述 Filebeat是一个日志文件托运工具,在你的服务器上安装客户端后,file ...
分类:
其他好文 时间:
2016-12-30 18:53:48
阅读次数:
2176
elastic使用lucene建立索引的步骤中,需要文件系统缓存需要同步到磁盘上。(多个segment->commit文件来维护) 当建立历史数据时,并不要求太高的实时性时,可以减小(默认1s)自动刷新时间。 curl -XPOST http://127.0.0.1:9300/logstash-20 ...
分类:
其他好文 时间:
2016-12-20 11:49:42
阅读次数:
162