Hi
My input to logstash is
input{
file {
path => "/root/file1.json"
start_position => "beginning"
}
}
My logstash output is as follows
It stucks in 'pipeline started' but data not inserted to elasticsearch. Is there in need of any configuration changes to accept file input