mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Bump Elastic Stack to 8.18.3
- Logstash: include syslog output plugin and config example
This commit is contained in:
@ -22,7 +22,7 @@ services:
|
||||
mem_limit: 4g
|
||||
ports:
|
||||
- "127.0.0.1:64298:9200"
|
||||
image: "dtagdevsec/elasticsearch:24.04"
|
||||
image: "ghcr.io/telekom-security/elasticsearch:24.04.1"
|
||||
volumes:
|
||||
- $HOME/tpotce/data:/data
|
||||
|
||||
@ -38,7 +38,7 @@ services:
|
||||
mem_limit: 1g
|
||||
ports:
|
||||
- "127.0.0.1:64296:5601"
|
||||
image: "dtagdevsec/kibana:24.04"
|
||||
image: "ghcr.io/telekom-security/kibana:24.04.1"
|
||||
|
||||
## Logstash service
|
||||
logstash:
|
||||
@ -50,7 +50,7 @@ services:
|
||||
depends_on:
|
||||
elasticsearch:
|
||||
condition: service_healthy
|
||||
image: "dtagdevsec/logstash:24.04"
|
||||
image: "ghcr.io/telekom-security/logstash:24.04.1"
|
||||
volumes:
|
||||
- $HOME/tpotce/data:/data
|
||||
# - /root/tpotce/docker/elk/logstash/dist/logstash.conf:/etc/logstash/conf.d/logstash.conf
|
||||
@ -63,7 +63,7 @@ services:
|
||||
tty: true
|
||||
ports:
|
||||
- "127.0.0.1:6379:6379"
|
||||
image: "dtagdevsec/redis:24.04"
|
||||
image: "ghcr.io/telekom-security/redis:24.04.1"
|
||||
read_only: true
|
||||
|
||||
# Map Web Service
|
||||
@ -77,7 +77,7 @@ services:
|
||||
tty: true
|
||||
ports:
|
||||
- "127.0.0.1:64299:64299"
|
||||
image: "dtagdevsec/map:24.04"
|
||||
image: "ghcr.io/telekom-security/map:24.04.1"
|
||||
depends_on:
|
||||
- map_redis
|
||||
|
||||
@ -89,6 +89,6 @@ services:
|
||||
- MAP_COMMAND=DataServer_v2.py
|
||||
stop_signal: SIGKILL
|
||||
tty: true
|
||||
image: "dtagdevsec/map:24.04"
|
||||
image: "ghcr.io/telekom-security/map:24.04.1"
|
||||
depends_on:
|
||||
- map_redis
|
||||
|
Reference in New Issue
Block a user