Skip to content

Commit

Permalink
Merge branch '156-ocsf-compliant-events' into 160-security-lake-logst…
Browse files Browse the repository at this point in the history
…ash-certificates

Signed-off-by: Álex Ruiz <[email protected]>
  • Loading branch information
AlexRuiz7 authored Feb 29, 2024
2 parents 29d3c89 + 349f634 commit bcd60d5
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions integrations/docker/amazon-security-lake.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: '3.8'
version: "3.8"
name: "amazon-security-lake"
services:

events-generator:
image: wazuh/indexer-events-generator
build:
Expand Down Expand Up @@ -54,7 +53,6 @@ services:
- ./certs/wazuh.indexer.pem:/usr/share/opensearch/config/wazuh.indexer.pem
- ./certs/wazuh.indexer-key.pem:/usr/share/opensearch/config/wazuh.indexer-key.pem
- ./certs/root-ca.pem:/usr/share/opensearch/config/root-ca.pem
#command: tail -f /dev/null

wazuh.dashboard:
image: opensearchproject/opensearch-dashboards:2.11.1
Expand All @@ -81,6 +79,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 @@ -89,9 +89,18 @@ services:
volumes:
- ../amazon-security-lake/logstash/pipeline:/usr/share/logstash/pipeline
- ./certs/root-ca.pem:/usr/share/logstash/root-ca.pem
#command: tail -f /dev/null
# 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

wazuh-certs-generator:
image: wazuh/wazuh-certs-generator:0.0.1
hostname: wazuh-certs-generator
Expand All @@ -100,6 +109,7 @@ services:
volumes:
- ./certs/:/certificates/
- ./config/certs.yml:/config/certs.yml

volumes:
data:
s3-data:

0 comments on commit bcd60d5

Please sign in to comment.