码迷,mamicode.com
首页 >  
搜索关键字:elasticsearch 数据迁移    ( 5987个结果
分布式搜索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
TFS数据迁移之sync_by_file
本文接上一篇文章,介绍了tfs2.2.16版本下采用syn_by_file工具根据文件名来实现两套tfs系统间的数据迁移。测试的环境同上一篇文件一致。一:清除上一次迁移结束后target上的数据#/usr/local/tfs/bin/ssm-s192.168.1.12:8108 show>block#/usr/local/tfs/scripts/tfsstop_ds1-..
分类:Web程序   时间:2014-10-10 15:23:14    阅读次数:404
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
TFS数据迁移之sync_by_blk
本文档记录了两套tfs2.2.16系统之间的数据迁移过程。Source环境介绍:Tfs主nameserver:192.168.1.225/24(vip229)Tfs从nameserver:192.168.1.226/24Tfsdataserver1:192.168.1.226/24(启动三个挂载点,每个挂载点分配20G空间)Tfsdataserver1:192.168.1.227/24(启动三个挂载点,..
分类:其他好文   时间:2014-10-09 17:15:29    阅读次数:191
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!