73장. Splunk Sink
Send data to Splunk either by using "submit" or "stream" mode.
The payload MUST be in json format.
73.1. Configuration Options 링크 복사링크가 클립보드에 복사되었습니다!
The following table summarizes the configuration options available for the splunk-sink Kamelet:
| Property | Name | Description | Type | Default | Example |
|---|---|---|---|---|---|
| password * | Password | The password to authenticate to Splunk Server. | string | ||
| serverHostname * | Splunk Server Address | The address of your Splunk server. | string | my_server_splunk.com | |
| username * | Username | The username to authenticate to Splunk Server. | string | ||
| app | Splunk App | The app name in Splunk. | string | ||
| connectionTimeout | Connection Timeout | Timeout in milliseconds when connecting to Splunk server | integer | 5000 | |
| index | Index | Splunk index to write to. | string | ||
| mode | Mode | The mode to publish events to Splunk. | string | stream | |
| protocol | Protocol | Connection Protocol to Splunk server. | string | https | |
| serverPort | Splunk Server Port | The address of your Splunk server. | integer | 8089 | |
| source | Source | The source named field of the data. | string | ||
| sourceType | Source Type | The source named field of the data. | string |
* = Fields marked with an asterisk are mandatory.