S3 input plugin - External Bucket

Hello,
I'would like to use the Logstash S3 input plugin in order to retrieve the logs in a Bucket S3.

The problem is that I've to define a "Local Path" in my S3 plugin configuration but, most likely because of me, I can't find out to do that.

Just for providing an example, I can read the same S3 Bucket that I'm trying to read with Logstash, with "aws" Client, by using the following command:

aws s3 sync s3://external_bucket_domain/random_alphanumeric/ /tmp/AWS

UPDATE: In summary, I can't find a way to use the Input S3 plugin in order to read data from an External Bucket.

Thank you.

Roberto

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