i have this conf file but unable to create index to es
.conf file
input { file {
path => "D:/filelog.txt"
sincedb_path => "NUL"
}}
output {
elasticsearch { hosts => ["localhost:9200"]
index=>"logstash"}
stdout { codec => rubydebug }
}
logs
