1、首先将如下数据提交到ES中建立索引
{"number":32768,"singer":"杨坤","size":"5109132","song":"今夜二十岁","tag":"中国好声音","timelen":319}
{"number":32769,"singer":"汪峰","size":"6001697","song":"我爱你中国","tag":"中国好声音","timelen":3...
分类:
其他好文 时间:
2014-10-14 20:48:29
阅读次数:
127
1、RESTful接口使用方法
为了方便直观我们使用Head插件提供的接口进行演示,实际上内部调用的RESTful接口。
RESTful接口URL的格式:
http://localhost:9200///[]
其中index、type是必须提供的。
id是可选的,不提供es会自动生成。
index、type将信息进行分层,利于管理。
index可以...
分类:
其他好文 时间:
2014-10-14 19:33:59
阅读次数:
241
1、elasticsearch安装
elasticsearch的安装超级easy,解压即用(要事先安装好java环境)。
到官网 http://www.elasticsearch.org下载最新版的 elasticsearch 运行包;
下载完解开有三个包:
bin 是运行的脚本,
config 是设置文件,
lib 是放依赖的包。
plugins 的文件夹,把插件放到这个文件夹...
分类:
其他好文 时间:
2014-10-14 15:32:28
阅读次数:
191
ElasticSearch官网:http://www.elasticsearch.org/
先上一张elasticsearch的总体框架图:
ElasticSearch是基于Lucene开发的分布式搜索框架,包含如下特性:
分布式索引、搜索
索引自动分片、负载均衡
自动发现机器、组建集群
支持Restful 风格接口
配置简单等。
下图是ElasticSearc...
分类:
其他好文 时间:
2014-10-14 14:42:48
阅读次数:
217
explore your hadoop data and get real-time results 深度api集成使你大数据访问更加容易...
分类:
其他好文 时间:
2014-10-13 14:03:19
阅读次数:
271
Choosing Between ElasticSearch, MongoDB & Hadoop...
分类:
数据库 时间:
2014-10-13 11:58:20
阅读次数:
416
部署ELK时候,logstash启动报错Sending logstash logs to /var/log/logstash.log.Exception in thread ">output" org.elasticsearch.discovery.MasterNotDiscoveredExcept...
分类:
其他好文 时间:
2014-10-10 11:35:24
阅读次数:
397
elasticsearch kibana3安装...
分类:
其他好文 时间:
2014-10-09 17:29:58
阅读次数:
221
Flume配置
。
flume生成的数据结构
"_index" : "logstash-2013.01.07",
"_type" : "tms_jboss_syslog",
"_id" : "a_M9X_0YSpmE7A_bEzIFiw",
"_score" : 1.0, "_source" : {"@source":"file://localhost.localdomain/tmp...
分类:
其他好文 时间:
2014-10-09 17:03:48
阅读次数:
290
vi /etc/sysconfig/iptables添加以下代码即可,设置内网网段iptables -A INPUT -p tcp --dport 9200 ! -s 127.0.0.1 -j DROP-----------------------------------------
分类:
其他好文 时间:
2014-10-05 14:58:38
阅读次数:
270