[BeyondTrust EPM][Audit] Remove preserve_duplicate_custom_fields config param, expose S3 Access Point ARN, and relocate system test files to data stream level#19465
Conversation
ReviewersBuildkite won't run for external contributors automatically; you need to add a comment:
NOTE: https://github.com/elastic/integrations/blob/main/.buildkite/pull-requests.json contains all those details. |
|
/test |
| # len(responses)). Page 1 returns pageCount > pageNumber, causing the CEL | ||
| # program to set want_more=true and request the next page. Page 2 returns | ||
| # pageNumber == pageCount, ending pagination. | ||
|
|
There was a problem hiding this comment.
This change is not necessary.
| services: | ||
| beyondtrust_epm: | ||
| image: docker.elastic.co/observability/stream:v0.20.0 | ||
| image: docker.elastic.co/observability/stream:v0.21.0 |
There was a problem hiding this comment.
Revert this, it is incidental to the change.
🚀 Benchmarks reportTo see the full report comment with |
preserve_duplicate_custom_fields config param.preserve_duplicate_custom_fields config param, expose S3 Access Point ARN, and relocate system test files to data stream level
efd6
left a comment
There was a problem hiding this comment.
The commit message for this probably should be something like:
beyondtrust_epm: remove preserve_duplicate_custom_fields, add access_point_arn, move deploy files
Remove the preserve_duplicate_custom_fields configuration parameter
from both the CEL and aws-s3 input types. The ingest pipeline now
unconditionally removes custom fields that duplicate ECS-mapped
values instead of gating the removal on a tag.
Expose the access_point_arn option in the aws-s3 section of the
audit manifest. The stream template already referenced this
variable but it was never declared as a config parameter, so users
could not set it.
Move _dev/deploy/ from the package root into data_stream/audit/
so the test infrastructure sits alongside the data stream it
exercises.
| - version: 0.0.2 | ||
| changes: | ||
| - description: Remove `preserve_duplicate_custom_fields` config param. | ||
| type: enhancement | ||
| link: https://github.com/elastic/integrations/pull/19465 |
There was a problem hiding this comment.
This is being merged into a feature branch, so this means that 0.0.1 will never be released.
The change element should be included in the 0.0.1 version.
30c7f38 to
1faa9d3
Compare
| @@ -1,6 +1,9 @@ | |||
| # newer versions go on top | |||
| - version: 0.1.0 | |||
| - version: 0.0.1 | |||
There was a problem hiding this comment.
Sorry…
| - version: 0.0.1 | |
| - version: 0.1.0 |
| name: beyondtrust_epm | ||
| title: BeyondTrust EPM | ||
| version: 0.1.0 | ||
| version: 0.0.1 |
There was a problem hiding this comment.
Same here.
| version: 0.0.1 | |
| version: 0.1.0 |
|
/test |
💚 Build Succeeded
History
|
|
Package beyondtrust_epm - 0.1.0 containing this change is available at https://epr.elastic.co/package/beyondtrust_epm/0.1.0/ |
Proposed commit message
Checklist
changelog.ymlfile.