fluentd
文章平均质量分 71
jaysuper
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Unable to determine name from existing gemspec. Use :name => 'gemname' in #install_tasks to manually
rake aborted!Unable to determine name from existing gemspec. Use :name => 'gemname' in #install_tasks to manually set it./usr/local/lib/fluent/ruby/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/bundl原创 2012-09-27 17:58:24 · 1975 阅读 · 0 评论 -
Redhat linux 下 fluentd+fluentd 实现桥接
实验环境为2台测试机分别为Server201(192.168.10.201)和Server202(192.168.19.202),分别安装好fluentd,具体安装步骤不再累述。重点描述2台机器上的配置,目的是将Server202上的日志,通过fluentd桥接的方式,放置到Server201下的某个目录。1、Server202上fluentd.conf: type tail原创 2012-09-28 10:24:29 · 3425 阅读 · 1 评论 -
Redhat linux 下安装fluentd
下载fluentd安装包并解压tar zxvf fluentd-0.10.6.tar.gz cd fluentd-0.10.6 ./configure make切换到root账号make install提示如下rake aborted!Unable to determine name from existing gemspec. Use :name => '原创 2012-09-27 17:51:46 · 3536 阅读 · 0 评论 -
fluentd http发送日志测试
测试环境,1台linux服务器(192.168.19.201),已经安装好fluentd默认http方式接收日志是打开的,如下配置# http://localhost:8888/?json= type http port 8888参数说明表示为日志标签,为了在Match部分进行匹配json为固定字符,表示后面要输入json格式的数据为具体输入的jso原创 2012-09-28 12:03:25 · 2344 阅读 · 0 评论 -
fluentd+mongodb 单机和复制集配置
1、mongodb单机配置 type mongo database apache collection fmongo host Server202 port 10001 flush_interval 1s2、mongodb复制集配置 type mongo_replset database apache collection fmong原创 2012-09-28 14:28:52 · 1257 阅读 · 0 评论
分享