hi everyone,
I found the logstash running my conf file so slowly,Anyone has an solution? My conf file is very easy.
a. stdin.conf contents is input {
stdin {
add_field => {"key" => "value"}
codec => "plain"
tags => ["add"]
type => "std"
}
}
output{
stdout {codec => rubydebug}
}
b. the logstash orders is no problem.
./logstash -t -f stdin.conf
Configuration OK
c.when I input the hello world in console, it is running ...
"hello world"
Settings: Default pipeline workers: 4
I'm waiting along time,there is no result for me! what's the problems?
Best Regards,
Levi