Skip to content

Instantly share code, notes, and snippets.

@pax95
Last active December 31, 2015 04:29
Show Gist options
  • Save pax95/7934750 to your computer and use it in GitHub Desktop.
Save pax95/7934750 to your computer and use it in GitHub Desktop.
<route id="splunk-route">
<from uri="seda:splunk?concurrentConsumers=5"/>
<!-- use a converter to convert to a SplunkEvent type -->
<convertBodyTo type="org.apache.camel.component.splunk.event.SplunkEvent"/>
<to uri="splunk://submit?host=splunkhost&amp;username=foo&amp;password=bar&amp;index=audit-trail&amp;sourceType=audit"/>
</route>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment