2 Home
gitea_admin edited this page 2026-03-11 14:40:22 +00:00

Splunk Sink

Send data to Splunk either by using "submit" or "stream" mode.

The payload MUST be in json format.

Metadata

Property Value
Type sink
Group SPLUNK
Namespace Monitoring
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
serverHostname string The address of your Splunk server.
serverPort integer 8089 The address of your Splunk server.
username string The username to authenticate to Splunk Server.
password string The password to authenticate to Splunk Server.
index string Splunk index to write to.
protocol string https Connection Protocol to Splunk server.
source string The source named field of the data.
sourceType string The source named field of the data.
app string The app name in Splunk.
connectionTimeout integer 5000 Timeout in milliseconds when connecting to Splunk server
mode string stream The mode to publish events to Splunk.

Dependencies

  • camel:core
  • camel:splunk
  • camel:kamelet