Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Filebeat] aws-s3 input should support any queue_url #35496

Closed
andrewkroh opened this issue May 17, 2023 · 1 comment · Fixed by #35520
Closed

[Filebeat] aws-s3 input should support any queue_url #35496

andrewkroh opened this issue May 17, 2023 · 1 comment · Fixed by #35520
Assignees
Labels
enhancement Filebeat Filebeat Team:Cloud-Monitoring Label for the Cloud Monitoring team

Comments

@andrewkroh
Copy link
Member

andrewkroh commented May 17, 2023

Describe the enhancement:

The aws-s3 input makes assumptions about the format of the queue_url for the purposes of determining the AWS region. I want to be able to run the aws-s3 input against emulated SQS and S3 services running in Localstack.

I don't know how the region it extracts from the URL gets used with respect to sqs mode, but I would assume that if the region is explicitly configured that we can skip trying to parse the region from the URL. (It may be using the region to determine what S3 region to use when downloading objects.)

Describe a specific use case for the enhancement or feature:

Testing the input in an offline and isolated environment.

Related

@elasticmachine
Copy link
Collaborator

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Filebeat Filebeat Team:Cloud-Monitoring Label for the Cloud Monitoring team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants