Skip to content

Commit 88d807f

Browse files
alexcos78alvarolopez
authored andcommitted
doc: Update configuration.rst with kafka options
1 parent f6c434e commit 88d807f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/source/configuration.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
204218
Other cASO configuration options
205219
--------------------------------
206220

0 commit comments

Comments
 (0)