Skip to content

Commit

Permalink
Add volumes to mount script and dependencies in compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Feb 28, 2024
1 parent c421235 commit 3713fb1
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions integrations/docker/amazon-security-lake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
depends_on:
wazuh.indexer:
condition: service_healthy
command: bash -c "python run.py -a wazuh.indexer"
command: bash -c "python run.py -a wazuh.indexer -t1"

wazuh.indexer:
image: opensearchproject/opensearch:2.11.1
Expand Down Expand Up @@ -89,11 +89,22 @@ services:
volumes:
- ../amazon-security-lake/logstash/pipeline:/usr/share/logstash/pipeline
- ./certs/root-ca.pem:/usr/share/logstash/root-ca.pem
- ../amazon-security-lake/stdin_to_securitylake.py:/usr/share/logstash/bin/run.py
- ../amazon-security-lake/run.py:/usr/share/logstash/bin/run.py
- ../amazon-security-lake/transform/:/usr/share/logstash/bin/transform/
- ../amazon-security-lake/ocsf/:/usr/share/logstash/bin/ocsf/
- ./credentials:/usr/share/logstash/.aws/credentials
#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 Down

0 comments on commit 3713fb1

Please sign in to comment.