Problem sending data from logstash to elasticsearch

Hi,

I am trying to analyse my data in Kibana , from a CSV file, however logstash is not sending the data to elasticsearch.
Please find the screenshots for details.
Can some one tell me where exactly I am going wrong?

and my config file for logstash,

Please don't post pictures of text, they are difficult to read and some people may not be even able to see them :slight_smile:

Are you adding new data into the input file you have specified? Otherwise it will probably be https://www.elastic.co/guide/en/logstash/current/plugins-inputs-file.html#plugins-inputs-file-sincedb_path.

Also, you don't need to put action in there.

Huh?

No I am trying to add a new input file, in csv format in elasticsearch via logstash ....so that i can analyse my data in kibana.