Atualização - 16/04/2026 - 11:36

This commit is contained in:
2026-04-16 11:36:22 -03:00
parent fa239622c1
commit c49bb8be4c
5 changed files with 62 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ services:
- 5601:5601 # Interface Web
expose:
- 5601
command: ["/bin/bash", "-c", "/etc/init.d/opensearch-dashboards start && tail -f /var/log/opensearch-dashboards/opensearch-dashboards.stdout"]
restart: always
environment:
- 'OPENSEARCH_HOSTS=["https://rk-siem-core:9200"]'
- "DISABLE_SECURITY_DASHBOARDS_PLUGIN=false"