Logstash file input not loading

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

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.