mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 02:32:46 +01:00
listen on 0.0.0.0 for CONTROLLER
This commit is contained in:
@@ -23,7 +23,11 @@ controller.quorum.voters={{ kraft_controller_quorum_voters }}
|
|||||||
# listeners = listener_name://host_name:port
|
# listeners = listener_name://host_name:port
|
||||||
# EXAMPLE:
|
# EXAMPLE:
|
||||||
# listeners = PLAINTEXT://your.host.name:9092
|
# listeners = PLAINTEXT://your.host.name:9092
|
||||||
listeners=BROKER://{{ kafka_ip }}:9092,CONTROLLER://{{ kafka_ip }}:9093
|
|
||||||
|
# using 0.0.0.0 eliminates issues with binding to 9093
|
||||||
|
listeners=BROKER://{{ kafka_ip }}:9092,CONTROLLER://0.0.0.0:9093
|
||||||
|
#listeners=BROKER://{{ kafka_ip }}:9092,CONTROLLER://{{ kafka_ip }}:9093
|
||||||
|
|
||||||
|
|
||||||
# Name of listener used for communication between brokers.
|
# Name of listener used for communication between brokers.
|
||||||
inter.broker.listener.name=BROKER
|
inter.broker.listener.name=BROKER
|
||||||
@@ -120,4 +124,4 @@ log.segment.bytes=1073741824
|
|||||||
|
|
||||||
# The interval at which log segments are checked to see if they can be deleted according
|
# The interval at which log segments are checked to see if they can be deleted according
|
||||||
# to the retention policies
|
# to the retention policies
|
||||||
log.retention.check.interval.ms=300000
|
log.retention.check.interval.ms=300000
|
||||||
|
|||||||
Reference in New Issue
Block a user