Я не могу получить вывод из Logstash в Elasticsearch при работе на localhost: 9200.Ведение журнала по локальному пути и созданному индексу и выполняется в файле с именем test.conf
input {
file {
path => "C:/logs/nginxAccess.log"
start_position => "beginning" }
}
filter {
date {
match => [ "timestamp" , "dd/MMM/yyyy:HH:mm:ss Z" ]
}
}
output {
file {
path => "C:/output.log"
}
stdout {
codec => rubydebug
}
}
"122.164.121.231 - - [23 / Nov / 2015: 07: 19: 54 -0500]"GET /configs/config/thecelloserenades@gmail.com HTTP / 1.1" 200 1135 "localhost / octoviz-auth / public / octoviz / admin / admin.html"; "Mozilla / 5.0 (X11; Ubuntu; Linux x86_64; rv:39.0) Gecko / 20100101 Firefox / 39.0 "