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
| kafka.topic | This value contains the topic that the messages will be written to. If topic per index is enabled this will be the prefix for the topic. If not this will be the exact topic. | string ||| high |
16
+
| splunk.collector.index.default | The index that will be used if no index is specified in the event message. | string ||| high |
17
+
| splunk.ssl.key.store.password | The password for opening the keystore. | password ||| high |
18
+
| splunk.ssl.key.store.path | The path to the keystore on the local filesystem. | string ||| high |
19
+
| splunk.port | The port to configure the http listener on. | int | 8088 || high |
20
+
| topic.per.index | Flag determines if the all generated messages should be written toa single topic or should the messages be placed in a topic prefixed by the supplied index. If true the `kafka.topic` setting will be concatenated along with the index name. If false the `kafka.topic` value will be used for the topic. | boolean | false || medium |
21
+
| backoff.ms | The number of milliseconds to back off when there are no records in thequeue. | int | 100 || low |
22
+
| batch.size | Maximum number of records to write per poll call. | int | 10000 || low |
23
+
| splunk.collector.index.allowed | The indexes this connector allows data to be written for. Specifying an index outside of this list will result in an exception being raised. | list |[]|| low |
24
+
| splunk.collector.url | Path fragement the servlet should respond on | string | /services/collector/event || low |
25
+
| splunk.ssl.renegotiation.allowed | Flag to determine if ssl renegotiation is allowed. | boolean | true || low |
0 commit comments