# intake.conf input { pipeline { address => "testradius" } } output{ if "notification" in [tags] { kafka { bootstrap_servers => "10.12.174.50:9092" topic_id => "testnotification" } } stdout { codec => rubydebug } }