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