码迷,mamicode.com
首页 >  
搜索关键字:elasticsearch 同义词配置    ( 5015个结果
分布式搜索elasticsearch 基本概念
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
explore your hadoop data and get real-time results 深度api集成使你大数据访问更加容易...
分类:其他好文   时间:2014-10-13 14:03:19    阅读次数:271
Choosing Between ElasticSearch, MongoDB & Hadoop
Choosing Between ElasticSearch, MongoDB & Hadoop...
分类:数据库   时间:2014-10-13 11:58:20    阅读次数:416
logstash启动报错 Exception in thread ">output" org.elasticsearch.discovery.MasterNotDiscoveredException: waited for [30s]
部署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
kibana显示elasticsearch集群中flume到入的日志
elasticsearch kibana3安装...
分类:其他好文   时间:2014-10-09 17:29:58    阅读次数:221
flume 日志导入elasticsearch
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
CentOS 设置 Elasticsearch 只允许内网访问
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
Logstash+Elasticsearch+Kibana+Nginx set up our private log query system
Logstash+Elasticsearch+Kibana+S3+NginxbuildourprivatelogquerysystemSystemstructureHowtosetupLogstash-index(Logstashserver)yum-yinstalljava-1.7.0-openjdkInstallandconfigureElasticsearch(Logstash1.4.2recommendsElasticsearch1.1.1)rpm--importhttp://packages.ela..
分类:其他好文   时间:2014-09-27 09:56:30    阅读次数:322
Elasticsearch安装中文分词插件ik
Elasticsearch安装中文分词插件ik...
分类:其他好文   时间:2014-09-19 23:56:56    阅读次数:490
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!