File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,20 @@ messenger. Available options:
201201* ``host `` (default: ``localhost ``), host of Logstash server.
202202* ``port `` (default: ``5000 ``), Logstash server port.
203203
204+ ``[kafka] `` section
205+ ----------------------
206+
207+ Options defined here configure the `kafka <https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sources/kafka/ >`_
208+ messenger. Mandatory options:
209+
210+ * ``brokers `` (default: ``localhost:9092 ``), host of Kafka server. Port must be provided.
211+ * ``topic `` (default: ``caso ``), Kafka topic.
212+ * ``serviceName `` (default: ``caso ``), Kafka service name.
213+ * ``username `` (default: ``username ``), Kafka username.
214+ * ``password `` (default: ``password ``), Kafka password.
215+
216+ Note: the connection to Kafka is SSL enabled. The CA certificate must be provided under `/var/private/ssl/accounting/ca.crt `
217+
204218Other cASO configuration options
205219--------------------------------
206220
You can’t perform that action at this time.
0 commit comments