We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 } }