10 lines
154 B
Text
10 lines
154 B
Text
input {
|
|
tcp {
|
|
port => 6379
|
|
codec => json_lines
|
|
}
|
|
}
|
|
output {
|
|
elasticsearch { hosts => ["localhost:9200"] }
|
|
stdout { codec => rubydebug }
|
|
}
|