ELK 和 Shield 2.0+ 都安装在 10.100.100.60服务器 1、对Elasticsearch 安装 Shield bin/plugin install license bin/plugin install shield 2、运行 Elasticsearch bin/elastic ...
分类:
其他好文 时间:
2016-09-06 19:58:51
阅读次数:
347
作者:张紫荣链接:http://www.zhihu.com/question/24795126/answer/41691845来源:知乎著作权归作者所有,转载请联系作者获得授权。 最近正好对这些产品做过总结,我来介绍一下阿里云主要的产品及功能: ECS (Elastic Compute Servic ...
分类:
其他好文 时间:
2016-09-02 11:20:36
阅读次数:
709
windows下的安装即开箱即用,到bin目录下打开elasticsearch.bat,访问localhost:9200,页面显示: 发送post请求,将需要添加的信息放到body中: 而后用get请求获取到该消息: > linux环境下的安装遇到了几个问题: 首先解压文件: 进入目录elastic ...
分类:
其他好文 时间:
2016-08-31 15:42:26
阅读次数:
156
下载地址:https://www.elastic.co/downloads When time comes to deploy a new project, one often overlooked aspect is log management. ELK stack (Elasticsearch ...
分类:
编程语言 时间:
2016-08-27 22:08:48
阅读次数:
609
lasticsearch 2.3.5 Elasticsearch can also be installed from our repositories using apt or yum. See Repositories in the Guide. ZIP sha1 TAR sha1 DEB sh ...
分类:
其他好文 时间:
2016-08-27 22:07:19
阅读次数:
1237
参考资料 官方学习文档:https://www.elastic.co/guide/index.html 入门中文权威指南: http://es.xiaoleilu.com/ 1 认识es elasticsearch功能: 基于apache lucence,和solr比较:http://www.cnb ...
分类:
其他好文 时间:
2016-08-26 01:20:24
阅读次数:
270
ElasticSearch部署文档(Ubuntu 14.04) 参考链接 https://www.elastic.co/guide/en/elasticsearch/guide/current/heap-sizing.html https://www.elastic.co/guide/en/elas ...
分类:
系统相关 时间:
2016-08-24 01:03:12
阅读次数:
283
学习链接 http://rfyiamcool.blog.51cto.com/1030776/1420811?utm_source=tuicool&utm_medium=referral ...
分类:
其他好文 时间:
2016-08-23 14:35:44
阅读次数:
125
https://www.elastic.co/blog/index-vs-type Who has never wondered whether new data should be put into a new type of an existing index, or into a new in ...
分类:
其他好文 时间:
2016-08-22 19:54:13
阅读次数:
235
最近在使用Lostash的过程中遇到了一个问题:在一个log文件里包含两类数据,而且两类数据之间存在父子关系,那如何使用lostash的configuration实现这个需求呢 思路: 在此要感谢elastic官方论坛的一个帖子:"keep global variable in logstash", ...
分类:
其他好文 时间:
2016-08-19 00:38:28
阅读次数:
1476