We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Basic Syslog to Splunk Cloud exporter:
input { udp { host => 0.0.0.0 port => 1514 type => "custom" } } filter {} output { kafka{ topic => "hepic" kafkaHost => "some_url_here" debug => true } }