09 2016 档案

摘要:logstash 客户端收集 haproxy tcp日志 input { file { path => "/data/haproxy/logs/haproxy_http.log" start_position => "beginning" type => "haproxy_http" } file 阅读全文
posted @ 2016-09-29 14:05 fengjian1585 阅读(1429) 评论(0) 推荐(0) 编辑
摘要:1.安装 Email Extension Plugin 插件 2.进入系统管理--系统设置 3.按照如下图设置 首先找到 Extended E-mail Notification 阅读全文
posted @ 2016-09-28 10:09 fengjian1585 阅读(160) 评论(0) 推荐(0) 编辑
摘要:GitLab的安装方式 GitLab的两种安装方法: 编译安装 优点:可定制性强。数据库既可以选择MySQL,也可以选择PostgreSQL;服务器既可以选择Apache,也可以选择Nginx。 缺点:国外的源不稳定,被墙时,依赖软件包难以下载。配置流程繁琐、复杂,容易出现各种各样的问题。依赖关系多 阅读全文
posted @ 2016-09-26 10:26 fengjian1585 阅读(620) 评论(0) 推荐(0) 编辑
摘要:log_format logstash_json '{ "@timestamp": "$time_local", ' '"@fields": { ' '"remote_addr": "$remote_addr", ' '"remote_user": "$remote_user", ' '"body_ 阅读全文
posted @ 2016-09-25 10:49 fengjian1585 阅读(1896) 评论(0) 推荐(0) 编辑
摘要:yum下载rpmyum update --downloadonly --downloaddir=/root/rpm_package/ python-pip 阅读全文
posted @ 2016-09-22 15:57 fengjian1585 阅读(128) 评论(0) 推荐(0) 编辑
摘要:317 git commit -m "add txt" 318 git push -u origin 319 ls 320 cd configserver/ 340 git fetch 是不变的 341 ls 342 git status 查看所有状态 343 git branch -r 查看所有分支 344 pull = ... 阅读全文
posted @ 2016-09-22 15:55 fengjian1585 阅读(225) 评论(0) 推荐(0) 编辑
摘要:codis集群配置 Codis 是一个分布式 Redis 解决方案, 对于上层的应用来说, 连接到 Codis Proxy 和连接原生的 Redis Server 没有明显的区别 (不支持的命令列表), 上层应用可以像使用单机的 Redis 一样使用, Codis 底层会处理请求的转发, 不停机的数 阅读全文
posted @ 2016-09-21 11:03 fengjian1585 阅读(1166) 评论(0) 推荐(0) 编辑
摘要:mongodb集群配置 1 Mongo使用sharding集群 mongodb副本集群 mongos1 192.168.20.137 mongos2 192.168.20.138 mongo_config1 192.168.20.139 mongo_config2 192.168.20.129 mo 阅读全文
posted @ 2016-09-21 10:49 fengjian1585 阅读(818) 评论(0) 推荐(0) 编辑
摘要:使用curl命令操作elasticsearch 大岩不灿 发表于 2015年4月25日 浏览 7,426 次 第一:_cat系列_cat系列提供了一系列查询elasticsearch集群状态的接口。你可以通过执行curl -XGET localhost:9200/_cat获取所有_cat系列的操作= 阅读全文
posted @ 2016-09-13 17:49 fengjian1585 阅读(1422) 评论(0) 推荐(0) 编辑
摘要:Elasticsearch 配置 Elasticsearch不仅仅是Lucene和全文搜索,我们还能这样去描述它: 分布式的实时文件存储,每个字段都被索引并可被搜索 分布式的实时分析搜索引擎 可以扩展到上百台服务器,处理PB级结构化或非结构化数据 Elastic Search git clone h 阅读全文
posted @ 2016-09-13 14:01 fengjian1585 阅读(2622) 评论(0) 推荐(0) 编辑
摘要:zookeeper1 : 192.168.1.103zookeeper2 : 192.168.1.104zookeeper3 : 192.168.1.105solr1 : 192.168.1.106solr2 : 192.168.1.107solr3 : 192.168.1.108 JDK安装目录: 阅读全文
posted @ 2016-09-09 22:55 fengjian1585 阅读(3608) 评论(0) 推荐(0) 编辑
摘要:http://kibana.logstash.es/content/logstash/examples/nginx-access.html http://es.xiaoleilu.com/030_Data/10_Index.html 阅读全文
posted @ 2016-09-09 21:23 fengjian1585 阅读(967) 评论(0) 推荐(0) 编辑
摘要:ELK+kafka构建日志收集系统 原文 http://lx.wxqrcode.com/index.php/post/101.html 原文 http://lx.wxqrcode.com/index.php/post/101.html 背景: 最近线上上了ELK,但是只用了一台Redis在中间作为消 阅读全文
posted @ 2016-09-05 11:08 fengjian1585 阅读(15785) 评论(0) 推荐(2) 编辑