git-subtree-dir: ee/quickwit git-subtree-mainline:f1e4d60ea8git-subtree-split:2ad4f4ea12
12 lines
214 B
YAML
12 lines
214 B
YAML
#
|
|
# Source config file.
|
|
#
|
|
|
|
source_id: pageevent-kafka
|
|
source_type: kafka
|
|
params:
|
|
topic: quickwit
|
|
client_params:
|
|
bootstrap.servers: localhost:9092
|
|
group.id: pageevent-consumer
|
|
security.protocol: SSL
|