10 lines
146 B
Plaintext
10 lines
146 B
Plaintext
input {
|
|
redis {
|
|
host => "${REDIS_HOST}"
|
|
port => "${REDIS_PORT}"
|
|
codec => "json"
|
|
data_type => "list"
|
|
key => "filebeat"
|
|
}
|
|
}
|