Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Splunk Component

Available as of Camel 2.13

The Splunk component provides access to Splunk using the Splunk provided client api, and enables you to publish and search for events in Splunk.

Maven users will need to add the following dependency to their pom.xml for this component:

Code Block

	<dependency>
    	<groupId>org.apache.camel</groupId>
    	<artifactId>camel-splunk</artifactId>
    	<version>${camel-version}</version>
	</dependency>

URI format

Code Block

  splunk://[endpoint]?[options]