How to check whether logsash is parsing data from a filebeat

Hi,

Is there a way to know whether the log stash is parsing data from a particular filebeat or not. I am sending the data from file beat to logstash and there were configuration errors in logstash but i couldn't see the index getting created in elasticsearch. In order troubleshoot, i am trying to understand whether the logstash is parsing data or not .

Thanks

You could use the stdout filter in Logstash to see if events are getting parsed. If there are config errors, Logstash will not index data to Elasticsearch.

You could refer to the Logstash logs for any errors.

Thank you for the reply ... but when I configure the filebeat with only one log file, I could see that data is getting indexed in elastic search.

Could you please post your logstash and filebeat config?

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