You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"kerberos.user.principal": "<The Kerberos user principal the connector may use to authenticate with Kerberos>",
131
+
"kerberos.keytab.path": "<The path to the keytab file to use for authentication with Kerberos>"
130
132
}
131
133
}
132
134
```
@@ -198,6 +200,12 @@ Use the below schema to configure Splunk Connect for Kafka
198
200
|`splunk.header.sourcetype`| This setting specifies the Kafka record header key which will determine the sourcetype value for the Splunk event. This setting is only applicable when `splunk.header.support` is set to `true`. |`splunk.header.sourcetype`|
199
201
|`splunk.header.host`| This setting specifies the Kafka record header key which will determine the host value for the Splunk event. This setting is only applicable when `splunk.header.support` is set to `true`. |`splunk.header.host`|
|`kerberos.user.principal`| The Kerberos user principal the connector may use to authenticate with Kerberos. |`""`|
207
+
|`kerberos.keytab.path`| The path to the keytab file to use for authentication with Kerberos. |`""`|
208
+
201
209
## Load balancing
202
210
203
211
See [Splunk Docs](https://docs.splunk.com/Documentation/KafkaConnect/latest/User/LoadBalancing) for considerations when using load balancing in your deployment.
0 commit comments