-
Notifications
You must be signed in to change notification settings - Fork 474
cloudflare_logpush: Generically rename non-AWS S3-compatible bucket options. #12053
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
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
@@ -118,12 +118,12 @@ policy_templates: | |||
description: It is a required parameter for collecting logs via the AWS S3 Bucket. | |||
- name: cloudflare_r2 |
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.
The config option names such as cloudflare_r2
(package manifest) and cloudflare_r2_*
(data-stream manifest) are untouched to avoid a breaking change.
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
magic_ids |
10309.28 | 8695.65 | -1613.63 (-15.65%) | 💔 |
workers_trace |
10101.01 | 5128.21 | -4972.8 (-49.23%) | 💔 |
casb |
6802.72 | 5494.51 | -1308.21 (-19.23%) | 💔 |
dns |
9803.92 | 8196.72 | -1607.2 (-16.39%) | 💔 |
dns_firewall |
3663 | 3086.42 | -576.58 (-15.74%) | 💔 |
firewall_event |
4405.29 | 2832.86 | -1572.43 (-35.69%) | 💔 |
gateway_dns |
4405.29 | 2710.03 | -1695.26 (-38.48%) | 💔 |
To see the full report comment with /test benchmark fullreport
💚 Build Succeeded
cc @kcreddy |
|
Package cloudflare_logpush - 1.26.0 containing this change is available at https://epr.elastic.co/package/cloudflare_logpush/1.26.0/ |
…ptions. (elastic#12053) - Change the UI setting name from `Cloudflare R2 Bucket Name` to `S3-Compatible Bucket Name`. - Generalise the setting's description. - Also update README to generalise the option.
…ptions. (elastic#12053) - Change the UI setting name from `Cloudflare R2 Bucket Name` to `S3-Compatible Bucket Name`. - Generalise the setting's description. - Also update README to generalise the option.
Proposed commit message
Cloudflare R2 Bucket Name
toS3-Compatible Bucket Name
.Ref: #10733
Note
Only changes the UI for the user. The respective config option names are untouched to avoid breaking change.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots