File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ services:
48
48
OPENSEARCH_HOSTS : ' ["https://wazuh.indexer:9200"]' # Define the OpenSearch nodes that OpenSearch Dashboards will query
49
49
networks :
50
50
- net
51
+
51
52
wazuh.integration.security.lake :
52
53
image : wazuh/indexer-security-lake-integration
53
54
build :
@@ -58,6 +59,8 @@ services:
58
59
LOG_LEVEL : trace
59
60
LOGSTASH_KEYSTORE_PASS : " SecretPassword"
60
61
MONITORING_ENABLED : false
62
+ AWS_KEY : " AKIAIOSFODNN7EXAMPLE"
63
+ AWS_SECRET : " wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
61
64
ports :
62
65
- " 5000:5000/tcp"
63
66
- " 5000:5000/udp"
@@ -72,8 +75,20 @@ services:
72
75
command : tail -f /dev/null
73
76
# command: /usr/share/logstash/bin/logstash -f /usr/share/logstash/pipeline/indexer-to-integrator.conf --path.settings /etc/logstash
74
77
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
+
75
89
volumes :
76
90
data :
91
+ s3-data :
77
92
78
93
networks :
79
94
net:
You can’t perform that action at this time.
0 commit comments