Is there any way to find which files have been ingested by filebeat to logstash?

Is there any way to find which files have been ingested by filebeat to logstash?

filebeat sends the file name in it's events. As logstash is quite flexible it's up to you how you want to process these information.

Filebeat stores it's state about published files in it's registry file (JSON formatted). You can open and process this file with your own scripts.

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