-
Notifications
You must be signed in to change notification settings - Fork 444
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
[AWS] Expose default region config #4158
Conversation
that's amazing @legoguy1000 , thank you very much! I was just discussing about making this change. :) If you don't mind I will go further and remove |
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing packages/aws/data_stream/ecs_metrics/agent/stream/stream.yml.hbs
|
🌐 Coverage report
|
@aspacca Do u think I should just remove |
b265e36
to
ee4fe87
Compare
yes, let's go for it. also in the other integrations where is not needed anymore |
ok, I left it in the |
for me it's fine. we can ping someone from @elastic/security-external-integrations to validate on this anyway :) cc @P1llus , any hint ? thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/test
Seems good to merge?? |
@legoguy1000 we need a final approval from @elastic/security-external-integrations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tentatively (and modulo the change in version number); it would be nice to have a more clear PR description with 'what' and 'why' that could be the basis of the commit message.
6c8f95f
to
57935c6
Compare
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
cloudfront_logs |
2164.5 | 1845.02 | -319.48 (-17.32%) | 💔 |
cloudwatch_logs |
500000 | 333333.33 | -166666.67 (-50%) | 💔 |
Package cisco_umbrella
👍(0) 💚(0) 💔(1)
Expand to view
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
log |
9009.01 | 7246.38 | -1762.63 (-24.32%) | 💔 |
Package cloudflare_logpush
👍(6) 💚(1) 💔(0)
Package crowdstrike
👍(1) 💚(1) 💔(0)
To see the full report comment with /test benchmark fullreport
What does this PR do?
Expose default region config to the UI. This allows users that utilize non-regular AWS environments to set the initial region which sets the correct endpoints to use with such as IAM which will be called prior to service specific endpoints. For the SaaS solutions such as Cloudflare, Crowdstrike, Cisco Umbrella, this change allows for integration to AWS Gov-CLoud or AWS China. The changes to AWS and AWS Logs integrations allow for AWS Gov-Cloud, AWS China, US Gov AWS isolated regions.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots