add chill-deploy bundle + fixes

This commit is contained in:
2024-07-03 12:44:55 +02:00
parent 03de4e5cc7
commit e27fcdfb71
11 changed files with 500 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
input {
gelf {
# input for php logs
port => 12201
add_field => [ 'source', "php" ]
}
}
filter {
}
output {
stdout { }
}