-
Notifications
You must be signed in to change notification settings - Fork 452
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 S3] Introduce start timestamp and ignore older timespan to AWS S3 based integrations #12645
base: main
Are you sure you want to change the base?
[AWS S3] Introduce start timestamp and ignore older timespan to AWS S3 based integrations #12645
Conversation
888b269
to
2540178
Compare
🚀 Benchmarks reportTo see the full report comment with |
packages/cloudflare_logpush/data_stream/audit/agent/stream/aws-s3.yml.hbs
Show resolved
Hide resolved
packages/cloudflare_logpush/data_stream/casb/agent/stream/aws-s3.yml.hbs
Show resolved
Hide resolved
@Kavindu-Dodan , could you please consider backporting the beats changes so that we can bump up the package versions only to cc @zmoog |
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.
We should consider a backporting the Beats change to keep the min stack version in the 8.16.x series.
2540178
to
58cdb90
Compare
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co> # Conflicts: # packages/amazon_security_lake/changelog.yml # packages/amazon_security_lake/manifest.yml # packages/aws/changelog.yml # packages/canva/changelog.yml # packages/canva/manifest.yml # packages/cloudflare_logpush/changelog.yml # packages/cloudflare_logpush/manifest.yml # packages/f5_bigip/changelog.yml # packages/imperva_cloud_waf/changelog.yml # packages/imperva_cloud_waf/manifest.yml # packages/servicenow/changelog.yml # packages/servicenow/manifest.yml # packages/sublime_security/changelog.yml # packages/symantec_endpoint_security/changelog.yml # packages/symantec_endpoint_security/manifest.yml
58cdb90
to
4f09456
Compare
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
💚 Build Succeeded
History
|
|
Proposed commit message
Introduce
Ignore Older Timespan
andStart Timestamp
properties to integrations backed by AWS S3 input,Configuring these properties allows S3 input to efficiently manage its internal registry. For example, setting
Ignore Older Timespan
to2h
makes the S3 input registry only track entries within the last 2 hours. Once entries are beyond the timespan, input can remove them from the registry, thus reducing memory consumption.Checklist
changelog.yml
file.Related issues
Screenshots
Configuration rendered (Title matching existing format)