Config file not getting read by logstash
问题 I have set up Elk stack on my windows machine with the following : Elasticserach Logstash Kibana My logstash.conf input { file { path => "\bin\MylogFile.log" start_position => "beginning" } } output { elasticsearch { hosts => localhost:9200 } } MylogFile.log(Apache Log) 127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326 "http://www.example.com/start.html" "Mozilla/4.08 [en] (Win98; I ;Nav)" When I run logstash.conf it creates the following index in