diff --git a/integrations/docker/amazon-security-lake.yml b/integrations/docker/amazon-security-lake.yml index db142f151aeef..4b3fd5585d7c6 100644 --- a/integrations/docker/amazon-security-lake.yml +++ b/integrations/docker/amazon-security-lake.yml @@ -68,7 +68,7 @@ services: - "5601" # Expose port 5601 for web access to OpenSearch Dashboards environment: OPENSEARCH_HOSTS: '["https://wazuh.indexer:9200"]' # Define the OpenSearch nodes that OpenSearch Dashboards will query - + wazuh.integration.security.lake: image: wazuh/indexer-security-lake-integration build: @@ -81,6 +81,8 @@ services: LOG_LEVEL: trace LOGSTASH_KEYSTORE_PASS: "SecretPassword" MONITORING_ENABLED: false + AWS_KEY: "AKIAIOSFODNN7EXAMPLE" + AWS_SECRET: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" ports: - "5000:5000/tcp" - "5000:5000/udp" @@ -96,14 +98,14 @@ services: #command: tail -f /dev/null command: /usr/share/logstash/bin/logstash -f /usr/share/logstash/pipeline/indexer-to-integrator.conf --path.settings /etc/logstash --config.reload.automatic - #s3.ninja: - # image: scireum/s3-ninja:latest - # container_name: s3.ninja - # hostname: s3.ninja - # ports: - # - "9444:9000" - # volumes: - # - ./s3-data:/home/sirius/data + s3.ninja: + image: scireum/s3-ninja:latest + container_name: s3.ninja + hostname: s3.ninja + ports: + - "9444:9000" + volumes: + - ./s3-data:/home/sirius/data wazuh-certs-generator: image: wazuh/wazuh-certs-generator:0.0.1