17 lines
142 B
Plaintext
17 lines
142 B
Plaintext
|
input {
|
||
|
gelf {
|
||
|
# input for php logs
|
||
|
port => 12201
|
||
|
add_field => [ 'source', "php" ]
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
filter {
|
||
|
|
||
|
}
|
||
|
|
||
|
output {
|
||
|
stdout { }
|
||
|
}
|