mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-21 01:48:07 +00:00
logs.nimbus: open ES API port for Logstash hosts
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7e4f19b453
commit
8f326fdf2a
@ -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' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user