Can Filebeat read from an S3 bucket

Hello,
I'm new to Filebeat and I was wondering if it is possible to configure Filebeat (running inside docker containter) to read a log file from an S3 bucket and send the data to my elasticsearch cluster in AWS?

Essentially it would work as follows:

client --> AWS S3 <-- Filebeat (running on Docker) --> Elasticsearch cluster in AWS

I've tried to look for documentation on how to configure it but haven't had any luck so far. Any help would be greatly appreciated in helping me solve this.

No I do not think it can. Logstash does however have an S3 input plugin you could use.

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