V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
QuinlanGgame
V2EX  ›  Kafka

新手提问: fluentd + kafka 问题: kafka consume 获取不到 fluentd 发送的 message

  •  
  •   QuinlanGgame · 2016-12-07 20:06:35 +08:00 · 1680 次点击
    这是一个创建于 2706 天前的主题,其中的信息可能已经有所发展或是发生改变。

    fluentd 关于 kafka 配置文件:

    <match> 
    	type copy 
    	<store> 
        	type stdout 
        </store> 
        <store> 
        	@type kafka 
        	@id kafka_output 
        	brokers xxx.xxx.xxx.xxx:9092 
        	zookeeper xxx.xxx.xxx.xxx:2181 
            default_topic syslog-topic 
        </store> 
    </match>
    

    新手还没入门,请指教

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   762 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 40ms · UTC 20:38 · PVG 04:38 · LAX 13:38 · JFK 16:38
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.