」 feat(logstash/scoreStore): added scoreStore logs to logstash

This commit is contained in:
2025-09-10 23:31:08 +02:00
parent cdad9d8a8e
commit 9d7ce7f2df
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,7 @@ services:
- log-user:/var/log/user-api
- log-auth:/var/log/auth-api
- log-nginx:/var/log/nginx
- log-scoreStore:/var/log/scoreStore
environment:
- LOG_LEVEL=info
networks:

View File

@ -19,6 +19,11 @@ input {
start_position => "beginning"
tags => [ "nginx", "front", "error" ]
}
file {
path => "/var/log/scoreStore/log.log"
start_position => "beginning"
tags => [ "api", "scoreStore" ]
}
}
output {