-
Notifications
You must be signed in to change notification settings - Fork 474
[AWS] add support to include linked accounts when using log name prefix to select log groups #11484
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] add support to include linked accounts when using log name prefix to select log groups #11484
Conversation
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
route53_public_logs |
19607.84 | 14084.51 | -5523.33 (-28.17%) | 💔 |
waf |
7194.24 | 5813.95 | -1380.29 (-19.19%) | 💔 |
To see the full report comment with /test benchmark fullreport
dd5efc3
to
689e5fc
Compare
03a1d8b
to
6d8b3f8
Compare
6d8b3f8
to
f3be5ec
Compare
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
f3be5ec
to
2511dba
Compare
2511dba
to
0f2102c
Compare
60c99ef
to
7c72aed
Compare
Could we consider adding details of this flag in the README, such as at here, the dependency of |
7c72aed
to
d0b2f1a
Compare
d0b2f1a
to
5956563
Compare
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.
LGTM!
5956563
to
6e233c7
Compare
💚 Build Succeeded
History
|
|
Package aws - 2.33.0 containing this change is available at https://epr.elastic.co/package/aws/2.33.0/ |
Package aws_bedrock - 0.14.0 containing this change is available at https://epr.elastic.co/package/aws_bedrock/0.14.0/ |
Package aws_logs - 1.5.0 containing this change is available at https://epr.elastic.co/package/aws_logs/1.5.0/ |
…ix to select log groups (elastic#11484) * add support to include linked accounts when using log name prefix Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co> add changelog link Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co> trigger build # Conflicts: # packages/aws/changelog.yml # Conflicts: # packages/aws/changelog.yml # packages/aws_logs/changelog.yml # packages/aws_logs/manifest.yml * Update packages/aws/changelog.yml Co-authored-by: kaiyan-sheng <kaiyan.sheng@elastic.co> * Update packages/aws/manifest.yml Co-authored-by: kaiyan-sheng <kaiyan.sheng@elastic.co> --------- Co-authored-by: kaiyan-sheng <kaiyan.sheng@elastic.co>
…ix to select log groups (elastic#11484) * add support to include linked accounts when using log name prefix Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co> add changelog link Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co> trigger build # Conflicts: # packages/aws/changelog.yml # Conflicts: # packages/aws/changelog.yml # packages/aws_logs/changelog.yml # packages/aws_logs/manifest.yml * Update packages/aws/changelog.yml Co-authored-by: kaiyan-sheng <kaiyan.sheng@elastic.co> * Update packages/aws/manifest.yml Co-authored-by: kaiyan-sheng <kaiyan.sheng@elastic.co> --------- Co-authored-by: kaiyan-sheng <kaiyan.sheng@elastic.co>
Proposed commit message
Adds support to include linked accounts when using
Log Group Name Prefix
to select the desired log groups to monitor.The boolean option
Include Linked Accounts with prefix
is disabled by default and internally maps to filebeat inputinclude_linked_accounts_for_prefix_mode
.Checklist
changelog.yml
file.Related issues
Screenshots