Skip to content

Commit

Permalink
merging s3 mock changes into pipeline development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Feb 28, 2024
2 parents 5cb2c38 + 454d6fd commit 259622b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions integrations/docker/amazon-security-lake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 259622b

Please sign in to comment.