2016-09-29 9 views

答えて

0

logstash出力ブロックは次のようになります。

output { 
    kafka { 
     topic_id => "your_topic_id" 
    } 
} 

Hereはドキュメントです。

関連する問題