Skip to content

Commit e34bc14

Browse files
authored
aws: optimise cloudtrail field retention work (#14441)
In #14236 we allowed users to select which extended fields they wanted to retain in order to reduce storage costs in cases where they did not what the full set of capacities that the data stream can provide. We did not however prevent the work of collecting those unwanted fields. This change does that, avoiding retaining fields that will ultimately not be kept if possible. It is unfortunate that the wide variety of fields is needed at all, but resolving that depends on improving platform support for the diversity of fields that the data source provides and then making more efficient use of those improvements in the detection rules. Until then, this is what we have.
1 parent ad442e5 commit e34bc14

File tree

3 files changed

+146
-143
lines changed

3 files changed

+146
-143
lines changed

packages/aws/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "3.13.0"
3+
changes:
4+
- description: Reduce unnecessary work done in cloudtrail data stream when flattened fields are not required.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/14441
27
- version: "3.12.0"
38
changes:
49
- description: |

0 commit comments

Comments
 (0)