Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add S3 Ninja (Mock) #165

Merged
merged 1 commit into from
Feb 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: