logs.nimbus: open ES API port for Logstash hosts

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-10-27 16:33:37 +02:00
parent 7e4f19b453
commit 8f326fdf2a
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931

View File

@ -47,6 +47,7 @@ open_ports_list:
- { port: 80, chain: 'SERVICES' }
- { port: 443, chain: 'SERVICES' }
- { port: '{{ es_api_port }}', ipset: 'dash.hq' }
- { port: '{{ es_api_port }}', ipset: 'logs.hq' }
- { port: '{{ es_api_port }}', ipset: 'logs.nimbus' }
- { port: '{{ es_api_port }}', ipset: 'dash.nimbus' }
- { port: '{{ es_node_port }}', ipset: 'logs.nimbus' }