Skip to content

Commit b72d2b5

Browse files
authored
Add S3 Ninja (Mock) (#165)
1 parent a246410 commit b72d2b5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

integrations/docker/amazon-security-lake.yml

+15
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ services:
4848
OPENSEARCH_HOSTS: '["https://wazuh.indexer:9200"]' # Define the OpenSearch nodes that OpenSearch Dashboards will query
4949
networks:
5050
- net
51+
5152
wazuh.integration.security.lake:
5253
image: wazuh/indexer-security-lake-integration
5354
build:
@@ -58,6 +59,8 @@ services:
5859
LOG_LEVEL: trace
5960
LOGSTASH_KEYSTORE_PASS: "SecretPassword"
6061
MONITORING_ENABLED: false
62+
AWS_KEY: "AKIAIOSFODNN7EXAMPLE"
63+
AWS_SECRET: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
6164
ports:
6265
- "5000:5000/tcp"
6366
- "5000:5000/udp"
@@ -72,8 +75,20 @@ services:
7275
command: tail -f /dev/null
7376
# command: /usr/share/logstash/bin/logstash -f /usr/share/logstash/pipeline/indexer-to-integrator.conf --path.settings /etc/logstash
7477

78+
s3.ninja:
79+
image: scireum/s3-ninja:latest
80+
container_name: s3.ninja
81+
hostname: s3.ninja
82+
ports:
83+
- "9444:9000"
84+
volumes:
85+
- s3-data:/home/sirius/data
86+
networks:
87+
- net
88+
7589
volumes:
7690
data:
91+
s3-data:
7792

7893
networks:
7994
net:

0 commit comments

Comments
 (0)