mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-10-14 02:54:44 +02:00
「✨」 feat(logstash/scoreStore): added scoreStore logs to logstash
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user