Hi folks,
I’m trying to configure logstash to watch some files in an S3 bucket, but the restriction I have is that we’re only allowed access via VPC AccessPoints. Is there a way to configure logstash to do this?
I’ve tried setting the “bucket” name as the accesspoint alias and ARN, but logstash just translates that into the bucket name and tries to access the bucket directly (unsuccessfully).
I’ve also tried those whilst trying to set the “endpoint” as described in the AWS Ruby SDK docs, (I tried to post the link to the docs here but discuss wouldn’t let me), but again no luck.
Has anyone managed to do this before? If yes, what configuration am I missing?
Thanks in advance for any assistance!