Remove port bindings from logstash config section

This commit is contained in:
Mike Reeves
2023-05-05 15:10:21 -04:00
parent 61a43f7df5
commit f1c91e91b1
2 changed files with 0 additions and 18 deletions

View File

@@ -39,18 +39,6 @@ logstash:
custom2: [] custom2: []
custom3: [] custom3: []
custom4: [] custom4: []
docker_options:
port_bindings:
- 0.0.0.0:3765:3765
- 0.0.0.0:5044:5044
- 0.0.0.0:5055:5055
- 0.0.0.0:5056:5056
- 0.0.0.0:5644:5644
- 0.0.0.0:6050:6050
- 0.0.0.0:6051:6051
- 0.0.0.0:6052:6052
- 0.0.0.0:6053:6053
- 0.0.0.0:9600:9600
settings: settings:
lsheap: 500m lsheap: 500m
config: config:

View File

@@ -57,12 +57,6 @@ logstash:
helpLink: logstash.html helpLink: logstash.html
readonly: True readonly: True
advanced: True advanced: True
docker_options:
port_bindings:
description: List of ports to open to the logstash docker container. Firewall ports will still need to be added to the firewall configuration.
helpLink: logstash.html
advanced: True
multiline: True
dmz_nodes: dmz_nodes:
description: "List of receiver nodes in DMZs. Prevents sensors from sending to these receivers. Primarily used for external Elastic agents." description: "List of receiver nodes in DMZs. Prevents sensors from sending to these receivers. Primarily used for external Elastic agents."
helpLink: logstash.html helpLink: logstash.html