Skip to content

Commit

Permalink
Add S3 Ninja (Mock) (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 authored Feb 29, 2024
1 parent a246410 commit b72d2b5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions integrations/docker/amazon-security-lake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ services:
OPENSEARCH_HOSTS: '["https://wazuh.indexer:9200"]' # Define the OpenSearch nodes that OpenSearch Dashboards will query
networks:
- net

wazuh.integration.security.lake:
image: wazuh/indexer-security-lake-integration
build:
Expand All @@ -58,6 +59,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 @@ -72,8 +75,20 @@ 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

s3.ninja:
image: scireum/s3-ninja:latest
container_name: s3.ninja
hostname: s3.ninja
ports:
- "9444:9000"
volumes:
- s3-data:/home/sirius/data
networks:
- net

volumes:
data:
s3-data:

networks:
net:

0 comments on commit b72d2b5

Please sign in to comment.