1 下载elasticsearch-1.4.22 修改配置(可选)修改内存:(可选)bin/elasticsearch.in.sh中:ES_MIN_MEMES_MAX_MEM修改搜索引擎页面信息:(可选)config/elasticsearch.yml中:cluster.name: elastics...
分类:
系统相关 时间:
2015-01-22 21:31:32
阅读次数:
286
Marvel and what it isFromhttp://www.tuicool.com/articles/qA3yauWithmarvelyou can get an overview of the state of your elasticsearch cluster.When probl...
分类:
其他好文 时间:
2015-01-22 20:16:11
阅读次数:
116
Document在Elasticsearch世界(或者Lucene世界中),Document是主要的实体,文档这个单词有特殊的含义。它指的是在Elasticsearch中被存储到唯一ID下的由最高级或者根对象 (root object )序列化而来的JSON。Elasticsearch的docume...
分类:
其他好文 时间:
2015-01-22 00:01:33
阅读次数:
579
在正式学习ElasticSearch之前,首先看一下ElasticSearch 中的基本概念。 这些概念将在以后的章节中出现多次,所以花15分钟理解一下是非常值得的。 英文好的同学,请直接移步官网:(http://www.elasticsearch.org/guide/en/elastics...
分类:
其他好文 时间:
2015-01-20 20:01:33
阅读次数:
268
ELK可以完成如下功能:l根据关键字查询日志详情l监控系统的运行状况l统计分析,比如接口的调用次数、执行时间、成功率等l异常数据自动触发消息通知l基于日志的数据挖掘ELK可以实现Splunk 基本功能Splunk是机器数据的引擎。使用 Splunk 可收集、索引和利用所有应用程序、服务器和设备(物理...
分类:
其他好文 时间:
2015-01-17 15:07:25
阅读次数:
480
本章翻译自Elasticsearch官方指南的Filtering Queries and Aggregations一章。
过滤查询以及聚合
A natural extension to aggregation scoping is filtering. Because the aggregation operates in the context of the quer...
分类:
其他好文 时间:
2015-01-16 01:15:49
阅读次数:
1158
LogStash主要用于数据收集和分析方面,配合Elasticsearch,Kibana用起来很方便,安装教程google出来很多。推荐阅读Elasticsearch 权威指南精通 ElasticsearchKibana 中文指南The Logstash Book目的输入常规的Nginx日志,过滤成...
分类:
其他好文 时间:
2015-01-15 19:50:34
阅读次数:
407
1.下载ElasticSearch a.下载Java环境JDK:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html b.下载ElasticSearch压缩包:http://www...
分类:
其他好文 时间:
2015-01-14 19:34:36
阅读次数:
169
聚合作用域(Scoping Aggregations)
到现在给出的聚合例子中,你可能已经发现了在搜索请求中我们省略了query子句。整个请求只是一个简单的聚合。
聚合可以和搜索请求一起运行,但是你需要理解一个新概念:作用域(Scope)。默认情况下,聚合和查询使用相同的作用域。换句话说,聚合作于匹配了查询的文档集。
让我们看看之前的一个聚合例子:
GET /cars/tr...
分类:
其他好文 时间:
2015-01-14 06:24:17
阅读次数:
212
http://blog.csdn.net/eryk86/article/details/14111811使用https://github.com/apache/nutch.git导入nutch项目到intellij配置ivy.xml和conf下的gora.properties、nutch-site....
分类:
其他好文 时间:
2015-01-14 00:49:35
阅读次数:
795