-
Notifications
You must be signed in to change notification settings - Fork 572
Expand file tree
/
Copy pathchangelog.yml
More file actions
2021 lines (2021 loc) · 78.7 KB
/
changelog.yml
File metadata and controls
2021 lines (2021 loc) · 78.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# newer versions go on top
- version: "6.12.0"
changes:
- description: Enable agentless deployment for AWS SNS metrics.
type: enhancement
link: https://github.com/elastic/integrations/pull/18365
- version: "6.11.0"
changes:
- description: Enable agentless deployment for AWS Transitgateway metrics.
type: enhancement
link: https://github.com/elastic/integrations/pull/18389
- version: "6.10.0"
changes:
- description: Enable agentless deployment for AWS Billing metrics.
type: enhancement
link: https://github.com/elastic/integrations/pull/18363
- version: "6.9.0"
changes:
- description: Enable agentless deployment for AWS Health metrics.
type: enhancement
link: https://github.com/elastic/integrations/pull/18362
- version: "6.8.0"
changes:
- description: Enable agentless deployment for AWS SQS metrics.
type: enhancement
link: https://github.com/elastic/integrations/pull/18366
- version: "6.7.0"
changes:
- description: Enable agentless deployment for AWS ELB metrics.
type: enhancement
link: https://github.com/elastic/integrations/pull/18364
- version: "6.6.0"
changes:
- description: Enable agentless deployment for AWS Lambda metrics.
type: enhancement
link: https://github.com/elastic/integrations/pull/18361
- version: "6.5.1"
changes:
- description: |
Add credential validation to AWS Config CEL program to emit a clear error when access_key_id or secret_access_key are missing.
Document that the AWS Config data stream requires static credentials and does not support Role ARN or other SDK-based credential methods.
type: bugfix
link: https://github.com/elastic/integrations/pull/18333
- version: "6.5.0"
changes:
- description: Add timestamp range filter and storage tier exclusion to latest transform source queries to reduce scan scope and improve performance.
type: enhancement
link: https://github.com/elastic/integrations/pull/18098
- version: "6.4.3"
changes:
- description: Align `event.kind` with ECS in `securityhub_findings_full_posture` data stream to avoid conflicts with ingest pipeline values.
type: bugfix
link: https://github.com/elastic/integrations/pull/18143
- version: "6.4.2"
changes:
- description: Revert `event.kind` from `alert` to `event` on AWS WAF.
type: bugfix
link: https://github.com/elastic/integrations/pull/18128
- version: "6.4.1"
changes:
- description: Ignore `uri_parts` failures on S3 access log request paths that the URI parser cannot handle.
type: bugfix
link: https://github.com/elastic/integrations/pull/17915
- version: "6.4.0"
changes:
- description: Set host.id alongside host.target.entity.id in CloudTrail pipeline for entity store host entity resolution.
type: enhancement
link: https://github.com/elastic/integrations/pull/17827
- version: "6.3.2"
changes:
- description: Fix s3access ingest pipeline to handle host headers with ports and Source region field parsing.
type: bugfix
link: https://github.com/elastic/integrations/pull/17748
- version: "6.3.1"
changes:
- description: Fix CloudTrail pipeline errors causing transient json and _conf fields to leak into indexed documents by cleaning them up in the on_failure handler, preventing dynamic mapping conflicts.
type: bugfix
link: https://github.com/elastic/integrations/pull/17806
- version: "6.3.0"
changes:
- description: Removed ECS field definitions from CDR transform destinations, now covered by ecs@mappings component template. Renamed overridden ECS fields files to ecs-overridden.yml for awsconfig and awsinspector transforms.
type: enhancement
link: https://github.com/elastic/integrations/pull/17552
- version: "6.2.0"
changes:
- description: |
Add support for the `aws.waf.captcha_response.*`, `aws.waf.challenge_response.*`, `aws.waf.format_version`, `aws.waf.ja4_fingerprint`,
`aws.waf.labels.name`, `aws.waf.oversize_fields`, `aws.waf.request_body_size`, `aws.waf.request_body_size_inspected_by_waf`, `aws.waf.response_code_sent`,
`aws.waf.request_headers_inserted.*`, `host.domain`, `tls.client.ja3`, `url.fragment` and `url.scheme` in waf data stream.
`aws.waf.request_headers_inserted.*`, `tls.client.ja3`, `url.registered_domain`, `url.fragment` and `url.scheme` in waf data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/17205
- version: "6.1.1"
changes:
- description: Remove duplicate security-solution-default tag references
type: bugfix
link: https://github.com/elastic/integrations/pull/17022
- version: "6.1.0"
changes:
- description: Remove fixed value `event.dataset` mapping for lambda_logs data stream.
type: bugfix
link: https://github.com/elastic/integrations/pull/17084
- version: "6.0.0"
changes:
- description: Remove third-party pipeline for previously removed 'third-party REST API' input from 'AWS Cloudtrail'.
type: breaking-change
link: https://github.com/elastic/integrations/pull/16133
- version: "5.6.1"
changes:
- description: Fix Cloudtrail's Lambda event parsing of `vpcConfig.securityGroupIds` and `vpcConfig.subnetIds` fields.
type: bugfix
link: https://github.com/elastic/integrations/pull/16991
- version: "5.6.0"
changes:
- description: Update AWS ALB Grok patterns to support the conn_trace_id field and parse malformed requests missing HTTP versions.
type: enhancement
link: https://github.com/elastic/integrations/pull/16755
- version: "5.5.1"
changes:
- description: Added support for extracting user name from AWS GovCloud STS ARNs and fixed management_event field type conversion.
type: bugfix
link: https://github.com/elastic/integrations/pull/16905
- version: "5.5.0"
changes:
- description: Add dashboards for AWS Web Application Firewall data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/16713
- version: "5.4.1"
changes:
- description: S3 Access logs, improve S3KEY regex to handle special characters.
type: enhancement
link: https://github.com/elastic/integrations/pull/16695
- version: "5.4.0"
changes:
- description: Add ec2_metrics, lambda, sqs and sns alert rule templates.
type: enhancement
link: https://github.com/elastic/integrations/pull/15346
- version: "5.3.1"
changes:
- description: Add `cookies` field in cloudfront logs datastream.
type: bugfix
link: https://github.com/elastic/integrations/pull/16122
- version: "5.3.0"
changes:
- description: Added rate limiting and retry configuration for AWS Config data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/16579
- version: "5.2.0"
changes:
- description: Normalize user fields for AWS CloudTrail events.
type: enhancement
link: https://github.com/elastic/integrations/pull/15601
- version: "5.1.0"
changes:
- description: Set `event.kind` to `alert` on AWS WAF events.
type: enhancement
link: https://github.com/elastic/integrations/pull/16515
- version: "5.0.0"
changes:
- description: |
Rebrand AWS Security Hub as AWS Security Hub CSPM to align with the vendor's current branding.
This change involves updating the `observer.vendor` value to `AWS Security Hub CSPM`.
type: breaking-change
link: https://github.com/elastic/integrations/pull/16195
- version: "4.7.0"
changes:
- description: |
Add type-specific entity fields to data stream.
This enables better entity classification while maintaining backward compatibility with existing `actor.entity.id` and `target.entity.id` fields.
type: enhancement
link: https://github.com/elastic/integrations/pull/15929
- version: "4.6.0"
changes:
- description: Retain CloudTrail `sessionCredentialFromConsole` field as `aws.cloudtrail.session_credential_from_console`.
type: enhancement
link: https://github.com/elastic/integrations/pull/16098
- version: "4.5.0"
changes:
- description: Prevent updating fleet health status to degraded when the HTTPJSON template value evaluation is empty.
type: enhancement
link: https://github.com/elastic/integrations/pull/15945
- version: "4.4.0"
changes:
- description: Prefer set with copy_from.
type: enhancement
link: https://github.com/elastic/integrations/pull/15279
- version: "4.3.2"
changes:
- description: Update transform to filter out document containing an error.message from AWS Config, AWS Inspector, and AWS Security Hub latest indexes.
type: bugfix
link: https://github.com/elastic/integrations/pull/15722
- version: "4.3.1"
changes:
- description: Update the AWS CloudWatch documentation.
type: bugfix
link: https://github.com/elastic/integrations/pull/15737
- version: "4.3.0"
changes:
- description: Improve documentation to align with new guidelines.
type: enhancement
link: https://github.com/elastic/integrations/pull/15320
- version: "4.2.0"
changes:
- description: Add `user.name` to Cloudtrail's `UserAuthentication` events.
type: enhancement
link: https://github.com/elastic/integrations/pull/15436
- version: "4.1.0"
changes:
- description: Add `vulnerability_workflow` and `misconfiguration_workflow` sub category labels.
type: enhancement
link: https://github.com/elastic/integrations/pull/15151
- version: "4.0.0"
changes:
- description: |
Add latest transform to `AWS Config` and `AWS Inspector`.
This enables support for extended protections for `AWS Config` and `AWS Inspector`.
type: enhancement
link: https://github.com/elastic/integrations/pull/15230
- description: |
The latest transforms requires `transform` node and necessary permissions to use the transform.
The transforms stores the latest copy of vulnerabilities and misconfigurations in the destination indices, which will require additional storage.
Due to change in fingeprinting on source indices, duplicates occur on source indices of `AWS Config` and `AWS Inspector`.
type: breaking-change
link: https://github.com/elastic/integrations/pull/15230
- version: "3.17.2"
changes:
- description: Fix Cloudtrail's Lambda event parsing of `vpcConfig.securityGroupIds` and `vpcConfig.subnetIds` fields.
type: bugfix
link: https://github.com/elastic/integrations/pull/17064
- version: "3.17.1"
changes:
- description: Disable lastSync start_position configuration for CloudWatch as it's incompatible with versions below 9.x.
type: bugfix
link: https://github.com/elastic/integrations/pull/16998
- version: "3.17.0"
changes:
- description: Enable Agentless deployment for AWS GuardDuty.
type: enhancement
link: https://github.com/elastic/integrations/pull/15312
- version: "3.16.0"
changes:
- description: Map `recipient_account_id` to `cloud.account.id` for AWS CloudTrail.
type: enhancement
link: https://github.com/elastic/integrations/pull/15217
- version: "3.15.0"
changes:
- description: Add support for VPC Flow logs versions 6, 7, and 8.
type: enhancement
link: https://github.com/elastic/integrations/pull/15077
- version: "3.14.2"
changes:
- description: Remove unused agent files.
type: bugfix
link: https://github.com/elastic/integrations/pull/14995
- version: "3.14.1"
changes:
- description: Fixed issue where empty DescribeConfigRules responses caused 'index out of bounds' errors in AWS Config integration.
type: bugfix
link: https://github.com/elastic/integrations/pull/14958
- version: "3.14.0"
changes:
- description: Prevent logging expected agent HTTP JSON template errors.
type: enhancement
link: https://github.com/elastic/integrations/pull/14947
- version: "3.13.4"
changes:
- description: Add description on lastSync start_position configuration for CloudWatch.
type: bugfix
link: https://github.com/elastic/integrations/pull/14733
- version: "3.13.3"
changes:
- description: Remove redundant code from config data stream agent configuration.
type: bugfix
link: https://github.com/elastic/integrations/pull/14734
- version: "3.13.2"
changes:
- description: Remove Include Linked Accounts config option from AWS Health.
type: bugfix
link: https://github.com/elastic/integrations/pull/14573
- version: "3.13.1"
changes:
- description: Avoid updating fleet health status to degraded when Guardduty has no findings.
type: bugfix
link: https://github.com/elastic/integrations/pull/14525
- version: "3.13.0"
changes:
- description: Reduce unnecessary work done in cloudtrail data stream when flattened fields are not required.
type: enhancement
link: https://github.com/elastic/integrations/pull/14441
- version: "3.12.0"
changes:
- description: |
Mapping changes in `inspector` datastream for Cloud Detection and Response (CDR) vulnerability workflow.
Parse and map newly introduced fields in the `inspector` data stream.
Enable request trace log removal and Agentless deployment in the `inspector` data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/14306
- version: "3.11.0"
changes:
- description: Fix `tlsVersion` parsing when not properly defined in cloudtrail event.
type: bugfix
link: https://github.com/elastic/integrations/pull/13345
- description: Add empty value removal script to cloudtrail data stream ingest pipeline.
type: enhancement
link: https://github.com/elastic/integrations/pull/13345
- version: "3.10.1"
changes:
- description: Fix configuration template typo.
type: bugfix
link: https://github.com/elastic/integrations/pull/14439
- version: "3.10.0"
changes:
- description: Allow user-specification of fields to retain in the cloudtrail data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/14236
- version: "3.9.0"
changes:
- description: Ingest managed insights from Security Hub.
type: enhancement
link: https://github.com/elastic/integrations/pull/14354
- version: "3.8.2"
changes:
- description: Fix null reference in securityhub_findings* data streams when extracting `host.ip`.
type: bugfix
link: https://github.com/elastic/integrations/pull/14264
- version: "3.8.1"
changes:
- description: Modify the data type of `event.kind` from a constant_keyword to a keyword to handle pipeline errors that send `event.kind` as `pipeline_error`.
type: bugfix
link: https://github.com/elastic/integrations/pull/14251
- version: "3.8.0"
changes:
- description: Standardize user fields processing across integrations.
type: enhancement
link: https://github.com/elastic/integrations/pull/14137
- version: "3.7.1"
changes:
- description: Add temporary processor to remove the fields added by the Agentless policy.
type: bugfix
link: https://github.com/elastic/integrations/pull/14172
- version: "3.7.0"
changes:
- description: Add AWS lambda logs overview dashboard.
type: enhancement
link: https://github.com/elastic/integrations/pull/14181
- version: "3.6.0"
changes:
- description: Add AWS lambda logs dataset.
type: enhancement
link: https://github.com/elastic/integrations/pull/14070
- version: "3.5.2"
changes:
- description: Add Redshift `InstanceType` dimension.
type: bugfix
link: https://github.com/elastic/integrations/pull/14179
- version: "3.5.1"
changes:
- description: Change Redshift terraform node type because `dc2.large` is deprecated and leads to system tests fails.
type: enhancement
link: https://github.com/elastic/integrations/pull/14169
- version: "3.5.0"
changes:
- description: Add the `external_id` field to data streams collecting data from S3.
type: enhancement
link: https://github.com/elastic/integrations/pull/13956
- version: "3.4.0"
changes:
- description: Add new AWS Config datastream.
type: enhancement
link: https://github.com/elastic/integrations/pull/13830
- version: "3.3.3"
changes:
- description: Update README - Document ingested log types of AWS Network Firewall.
type: enhancement
link: https://github.com/elastic/integrations/pull/13978
- version: "3.3.2"
changes:
- description: Update README - EC2 Instance IAM Role for AWS Authentication
type: enhancement
link: https://github.com/elastic/integrations/pull/13434
- version: "3.3.1"
changes:
- description: Fix handling of duplicate fields in Network Firewall Logs data stream.
type: bugfix
link: https://github.com/elastic/integrations/pull/13676
- version: "3.3.0"
changes:
- description: Remove deprecated httpjson input for cloudtrail data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/13246
- version: "3.2.0"
changes:
- description: Add agentless deployment for AWS Security Hub.
type: enhancement
link: https://github.com/elastic/integrations/pull/13367
- version: "3.1.0"
changes:
- description: Enhancements for Guardduty dashboards.
type: enhancement
link: https://github.com/elastic/integrations/pull/13542
- version: "3.0.0"
changes:
- description: Add new Security Hub Findings Full Posture data stream. If you rely on Findings > Misconfigurations view, enable this new data stream.
type: breaking-change
link: https://github.com/elastic/integrations/pull/13372
- version: "2.45.2"
changes:
- description: Update grok pattern for AWS S3 access ingest pipeline
type: enhancement
link: https://github.com/elastic/integrations/pull/13486
- version: "2.45.1"
changes:
- description: Fix handling of SQS worker count configuration.
type: bugfix
link: https://github.com/elastic/integrations/pull/13350
- version: "2.45.0"
changes:
- description: Update default data_stream.dataset to aws.cloudwatch_logs for cloudwatch_logs data stream.
type: breaking-change
link: https://github.com/elastic/integrations/pull/13370
- version: "2.44.0"
changes:
- description: Add `actor.entity.id` and `target.entity.id`
type: enhancement
link: https://github.com/elastic/integrations/pull/12685
- version: "2.43.0"
changes:
- description: Set `event.type` and `event.action` fields in vpcflow logs.
type: enhancement
link: https://github.com/elastic/integrations/pull/13099
- version: "2.42.0"
changes:
- description: Add support to configure start_timestamp and ignore_older configurations for AWS S3 backed inputs.
type: enhancement
link: https://github.com/elastic/integrations/pull/12645
- version: "2.41.1"
changes:
- description: Updated SSL description to be uniform and to include links to documentation.
type: bugfix
link: https://github.com/elastic/integrations/pull/12727
- version: "2.41.0"
changes:
- description: Ignore long `cloudtrail.request_parameters` and `cloudtrail.response_elements` fields.
type: enhancement
link: https://github.com/elastic/integrations/pull/12755
- version: "2.40.0"
changes:
- description: Add support for Kibana `9.0.0`.
type: enhancement
link: https://github.com/elastic/integrations/pull/12637
- version: "2.39.0"
changes:
- description: Allow the usage of deprecated log input and support for stack 9.0
type: enhancement
link: https://github.com/elastic/integrations/pull/12503
- version: "2.38.2"
changes:
- description: Update links to getting started docs
type: bugfix
link: https://github.com/elastic/integrations/pull/12145
- version: "2.38.1"
changes:
- description: Add missing category.
type: enhancement
link: https://github.com/elastic/integrations/pull/12223
- version: "2.38.0"
changes:
- description: Add support for Access Point ARN when collecting logs via the AWS S3 Bucket.
type: enhancement
link: https://github.com/elastic/integrations/pull/12154
- version: "2.37.0"
changes:
- description: Map aws.dimensions as object instead of flattened in CloudWatch metrics.
type: enhancement
link: https://github.com/elastic/integrations/pull/11883
- version: "2.36.2"
changes:
- description: Include pipeline test examples to accommodate the new Cloudtrail format for the `CreateGroup` and `UpdateGroup` event types.
type: enhancement
link: https://github.com/elastic/integrations/pull/12110
- version: "2.36.1"
changes:
- description: Add SQS API calls documentation and required S3 permissions.
type: enhancement
link: https://github.com/elastic/integrations/pull/12072
- version: "2.36.0"
changes:
- description: Add ELB connection logs dashboards for application load balancers.
type: enhancement
link: https://github.com/elastic/integrations/pull/12030
- version: "2.35.0"
changes:
- description: Add the support for connection logs for AWS ELB dataset for Application Load Balancers.
type: enhancement
link: https://github.com/elastic/integrations/pull/11933
- version: "2.34.0"
changes:
- description: Add Lambda Event Source Mapping metrics and improve Lambda dashboard to display the new metrics.
type: enhancement
link: https://github.com/elastic/integrations/pull/11907
- version: "2.33.0"
changes:
- description: Add option to check linked accounts when using log group prefixes to derive matching log groups
type: enhancement
link: https://github.com/elastic/integrations/pull/11484
- version: "2.32.0"
changes:
- description: Implemented grok processor based parsing for ipv6 & ipv4 addresses in the AWS CloudFront logs.
type: bugfix
link: https://github.com/elastic/integrations/pull/11829
- description: Auto formatted various text descriptions and newlines across all data streams via elastic-package.
type: enhancement
link: https://github.com/elastic/integrations/pull/11829
- version: "2.31.4"
changes:
- description: Update documentation with required permissions for AWS Inspector.
type: bugfix
link: https://github.com/elastic/integrations/pull/11794
- version: "2.31.3"
changes:
- description: Removed the `reducedTimeRange` filter from the AWS Billing Total Estimated Charges lens to ensure value is displayed.
type: bugfix
link: https://github.com/elastic/integrations/pull/11654
- version: "2.31.2"
changes:
- description: Add the support for listeners with ALPN policy extension in ELB dataset for Network Load Balancers.
type: bugfix
link: https://github.com/elastic/integrations/pull/11590
- version: "2.31.1"
changes:
- description: Add `cloud.provider`, `event.kind`, and `observer.vendor` fields to _source as needed by CDR workflows.
type: bugfix
link: https://github.com/elastic/integrations/pull/11608
- version: "2.31.0"
changes:
- description: Improve support for Cloud Detection and Response (CDR) workflows in securityhub_findings data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/11158
- version: "2.30.3"
changes:
- description: Map aws.dimensions as object instead of flattened in CloudWatch metrics (backported from 2.37.0)
type: enhancement
link: https://github.com/elastic/integrations/pull/12237
- version: "2.30.2"
changes:
- description: Add the support for listeners with ALPN policy extension in ELB dataset for Network Load Balancers.
type: bugfix
link: https://github.com/elastic/integrations/pull/11706
- version: "2.30.1"
changes:
- description: Update the AWS dashboard panels.
type: bugfix
link: https://github.com/elastic/integrations/pull/11498
- version: "2.30.0"
changes:
- description: Support configuring the Owning Account
type: enhancement
link: https://github.com/elastic/integrations/pull/11442
- version: "2.29.0"
changes:
- description: Add mapping for the service.runtimeDetails fields in GuardDuty events.
type: enhancement
link: https://github.com/elastic/integrations/pull/11392
- version: "2.28.0"
changes:
- description: Add reference to AWS API requests and pricing information.
type: enhancement
link: https://github.com/elastic/integrations/pull/11416
- version: "2.27.0"
changes:
- description: Improve ingest pipeline error reporting.
type: enhancement
link: https://github.com/elastic/integrations/pull/11112
- version: "2.26.0"
changes:
- description: Add more data to related.entity field.
type: enhancement
link: https://github.com/elastic/integrations/pull/11397
- version: "2.26.0-preview01"
changes:
- description: Add related.entity field.
type: enhancement
link: https://github.com/elastic/integrations/pull/11115
- version: "2.25.1"
changes:
- description: Add aws.metrics_names_fingerprint field and mark it as a dimension.
type: bugfix
link: https://github.com/elastic/integrations/pull/11368
- version: "2.25.0"
changes:
- description: "Allow @custom pipeline access to event.original without setting preserve_original_event."
type: enhancement
link: https://github.com/elastic/integrations/pull/10888
- version: "2.24.3"
changes:
- description: Fix aws.metrics_names_fingerprint field.
type: bugfix
link: https://github.com/elastic/integrations/pull/11369
- version: "2.24.2"
changes:
- description: Add aws.metrics_names_fingerprint.
type: bugfix
link: https://github.com/elastic/integrations/pull/11281
- version: "2.24.1"
changes:
- description: Fixed and refactored AWS cloudfront log parsing.
type: bugfix
link: https://github.com/elastic/integrations/pull/10216
- version: "2.24.0"
changes:
- description: Add dot_expander processor into metrics ingest pipeline.
type: enhancement
link: https://github.com/elastic/integrations/pull/10683
- version: "2.23.0"
changes:
- description: Split the current AWS ELB dashboard into 3 separate dashboards, each focusing on a specific type of load balancer ELB, ALB, and NLB.
type: enhancement
link: https://github.com/elastic/integrations/pull/10444
- version: "2.22.1"
changes:
- description: Update max_number_of_messages parameter description
type: bugfix
link: https://github.com/elastic/integrations/pull/10480
- version: "2.22.0"
changes:
- description: Add global dataset filter for dashboards to improve performance.
type: enhancement
link: https://github.com/elastic/integrations/pull/10324
- version: "2.21.0"
changes:
- description: Fix route53 public logs grok pattern.
type: enhancement
link: https://github.com/elastic/integrations/pull/9249
- version: "2.20.0"
changes:
- description: Add S3 polling option to data streams use aws-s3 input
type: enhancement
link: https://github.com/elastic/integrations/pull/10460
- version: "2.19.0"
changes:
- description: Add a visualization panel to display the Inbound and Outbound traffic of Application load balancers.
type: enhancement
link: https://github.com/elastic/integrations/pull/10488
- version: "2.18.0"
changes:
- description: Add AWS Health integration.
type: enhancement
link: https://github.com/elastic/integrations/issues/10119
- version: "2.17.0"
changes:
- description: ECS version updated to 8.11.0. Update the kibana constraint to ^8.13.0. Modified the field definitions to remove ECS fields made redundant by the ecs@mappings component template.
type: enhancement
link: https://github.com/elastic/integrations/pull/10223
- version: "2.16.0"
changes:
- description: Add TargetResponseTime metric to ELB Application metrics.
type: enhancement
link: https://github.com/elastic/integrations/pull/10181
- version: "2.15.4"
changes:
- description: Fix AWS Network Firewall title and description.
type: bugfix
link: https://github.com/elastic/integrations/pull/10082
- version: "2.15.3"
changes:
- description: Add endpoint + region variables to all SQS based AWS integrations.
type: enhancement
link: https://github.com/elastic/integrations/pull/9865
- version: "2.15.2"
changes:
- description: Fix AWS Cloudtrail resources field processing.
type: bugfix
link: https://github.com/elastic/integrations/pull/9763
- version: "2.15.1"
changes:
- description: Don't index empty AWS Security Hub responses.
type: bugfix
link: https://github.com/elastic/integrations/pull/9705
- version: "2.15.0"
changes:
- description: Adds async event age and drops metrics, and implements sum aggregation for existing lambda metrics.
type: enhancement
link: https://github.com/elastic/integrations/pull/9782
- version: "2.14.2"
changes:
- description: Update aggregation function for AWS lambda invocation metric.
type: bugfix
link: https://github.com/elastic/integrations/pull/9669
- version: "2.14.1"
changes:
- description: Document billing data stream limitations.
type: enhancement
link: https://github.com/elastic/integrations/pull/9290
- version: "2.14.0"
changes:
- description: Add ability to set processors and leader election on AWS Billing.
type: enhancement
link: https://github.com/elastic/integrations/pull/8414
- version: "2.13.1"
changes:
- description: Update latency parameter description
type: enhancement
link: https://github.com/elastic/integrations/pull/9346
- version: "2.13.0"
changes:
- description: Add Amazon MSK integration
type: enhancement
link: https://github.com/elastic/integrations/pull/9133
- version: "2.12.2"
changes:
- description: Fix an issue were the "_id" field was being used to aggregate data in Severity Over Time dashboard.
type: bugfix
link: https://github.com/elastic/integrations/pull/9253
- version: "2.12.1"
changes:
- description: Add cloudsecurity_cdr sub category label.
type: enhancement
link: https://github.com/elastic/integrations/pull/9213
- version: "2.12.0"
changes:
- description: Enable 'secret' for the sensitive fields.
type: enhancement
link: https://github.com/elastic/integrations/pull/9009
- version: "2.11.3"
changes:
- description: Fix query range calculation for GuardDuty datastream.
type: bugfix
link: https://github.com/elastic/integrations/pull/8882
- version: "2.11.2"
changes:
- description: Remove hardcoded event.dataset field and use ecs instead.
type: bugfix
link: https://github.com/elastic/integrations/pull/8811
- version: "2.11.1"
changes:
- description: Improve wording on milliseconds.
type: enhancement
link: https://github.com/elastic/integrations/pull/8703
- version: "2.11.0"
changes:
- description: Convert Total Estimated Charges panel to new metric visualization.
type: enhancement
link: https://github.com/elastic/integrations/pull/8509
- version: "2.10.2"
changes:
- description: Fix dimensions fingerprint field
type: bugfix
link: https://github.com/elastic/integrations/pull/8709
- version: "2.10.1"
changes:
- description: Fix exclude_files pattern.
type: bugfix
link: https://github.com/elastic/integrations/pull/8635
- version: "2.10.0"
changes:
- description: Convert "AWS Redshift metrics overview" visualizations to new metric.
type: enhancement
link: https://github.com/elastic/integrations/pull/8513
- version: "2.9.1"
changes:
- description: Change SQS metrics statistic method, which includes changing ApproximateAgeOfOldestMessage from average to max, changing NumberOfMessagesDeleted, NumberOfEmptyReceives, NumberOfMessagesReceived and NumberOfMessagesSent from average to sum.
type: bugfix
link: https://github.com/elastic/integrations/pull/8521
- version: "2.9.0"
changes:
- description: Limit request tracer log count to five.
type: enhancement
link: https://github.com/elastic/integrations/pull/8489
- version: "2.8.6"
changes:
- description: Add missing fields from beats input
type: bugfix
link: https://github.com/elastic/integrations/pull/8398
- version: "2.8.5"
changes:
- description: Update donut charts with pie for better representation
type: enhancement
link: https://github.com/elastic/integrations/pull/8332
- version: "2.8.4"
changes:
- description: Remove unused aws.*.metrics.*.* and aws.s3.bucket.name
type: bugfix
link: https://github.com/elastic/integrations/pull/8140
- version: "2.8.3"
changes:
- description: Include documentation and mappings for subfields of dns.answers
type: bugfix
link: https://github.com/elastic/integrations/pull/8115
- description: Fix mapping for tags and dynamic metric fields
type: bugfix
link: https://github.com/elastic/integrations/pull/8115
- version: "2.8.2"
changes:
- description: Add null checks and ignore_missing checks to the rename processor
type: bugfix
link: https://github.com/elastic/integrations/pull/7933
- version: "2.8.1"
changes:
- description: Fix incorrect billing metrics displayed under AWS Billing overview dashboard.
type: bugfix
link: https://github.com/elastic/integrations/pull/7659
- version: "2.8.0"
changes:
- description: Allow configuration of TLD for guardduty, inspector, and security hub datastreams.
type: enhancement
link: https://github.com/elastic/integrations/pull/8027
- version: "2.7.0"
changes:
- description: Add tags.yml file so that integration's dashboards and saved searches are tagged with "Security Solution" and displayed in the Security Solution UI.
type: enhancement
link: https://github.com/elastic/integrations/pull/7955
- description: Upgrade package spec to 3.0.0.
type: enhancement
link: https://github.com/elastic/integrations/pull/7955
- description: Fix duplicated and invalid field definitions.
type: bugfix
link: https://github.com/elastic/integrations/pull/7955
- description: Add missing dashboard filters.
type: bugfix
link: https://github.com/elastic/integrations/pull/7955
- version: "2.6.1"
changes:
- description: Fix AWS API Gateway logs dashboard lens
type: bugfix
link: https://github.com/elastic/integrations/pull/7990
- version: "2.6.0"
changes:
- description: ECS version updated to 8.10.0.
type: enhancement
link: https://github.com/elastic/integrations/pull/8002
- version: "2.5.0"
changes:
- description: Update Cloudtrail datastream to support tlsDetails field
type: enhancement
link: https://github.com/elastic/integrations/pull/6352
- version: "2.4.1"
changes:
- description: Fix Security Hub Findings to abide by ECS allowed values.
type: bugfix
link: https://github.com/elastic/integrations/pull/7900
- version: "2.4.0"
changes:
- description: Add AWS API Gateway metrics dashboards for each API type and additional filters which ensure data consistency
type: bugfix
link: https://github.com/elastic/integrations/pull/7876
- version: "2.3.0"
changes:
- description: Change include_linked_accounts default to true
type: enhancement
link: https://github.com/elastic/integrations/pull/7856
- version: "2.2.1"
changes:
- description: Fix GuardDuty API call parameter.
type: bugfix
link: https://github.com/elastic/integrations/pull/7785
- version: "2.2.0"
changes:
- description: Add AWS API Gateway metrics dashboard Stage filter, control groups and clean up
type: enhancement
link: https://github.com/elastic/integrations/pull/7702
- version: "2.1.2"
changes:
- description: Fix AWS API Gateway metrics dashboard
type: bugfix
link: https://github.com/elastic/integrations/pull/7675
- version: "2.1.1"
changes:
- description: Improve AWS API Gateway dashboard
type: enhancement
link: https://github.com/elastic/integrations/pull/7541
- version: "2.1.0"
changes:
- description: Enable TSDB by default for EC2 metrics data stream. This improves storage usage and query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html.
type: enhancement
link: https://github.com/elastic/integrations/pull/7497
- version: "2.0.0"
changes:
- description: Remove deprecated option for "Cloudwatch via S3"from the AWS CloudWatch integration. If you are using it take note that logs WON'T BE ingested via this route anymore once you update.
type: enhancement
link: https://github.com/elastic/integrations/pull/6247
- version: "1.53.5"
changes:
- description: Set metric type in EC2 data stream fields.
type: enhancement
link: https://github.com/elastic/integrations/pull/7490
- version: "1.53.4"
changes:
- description: Add dimension fields to EC2 data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/7487
- version: "1.53.3"
changes:
- description: Add missing fields definition for ec2
type: enhancement
link: https://github.com/elastic/integrations/pull/7425
- version: "1.53.2"
changes:
- description: Remove the remove processor since rename processor removes old field already.
type: bugfix
link: https://github.com/elastic/integrations/pull/7331
- version: "1.53.1"
changes:
- description: Disable TSDB on AWS Billing.
type: enhancement
link: https://github.com/elastic/integrations/pull/7435
- version: "1.53.0"
changes:
- description: Add AWS API Gateway custom acccess logging fields.
type: enhancement
link: https://github.com/elastic/integrations/pull/7151
- version: "1.52.1"
changes:
- description: Use default color for AWS dashboards metric charts.
type: enhancement
link: https://github.com/elastic/integrations/pull/7129
- version: "1.52.0"
changes:
- description: Enable TSDB by default for cloudwatch metrics data stream. This improves storage usage and query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html.
type: enhancement
link: https://github.com/elastic/integrations/pull/7262
- version: "1.51.3"
changes:
- description: Remove hardcoded event.dataset field and use ecs instead.
type: bugfix
link: https://github.com/elastic/integrations/pull/8888
- version: "1.51.2"
changes:
- description: Disable TSDB on AWS Billing.
type: enhancement
link: https://github.com/elastic/integrations/pull/7438
- version: "1.51.1"
changes:
- description: Use object metric type for the cloudwatch metrics
type: enhancement
link: https://github.com/elastic/integrations/pull/7327
- version: "1.51.0"
changes:
- description: Add standalone S3 option for vpcflow
type: enhancement
link: https://github.com/elastic/integrations/pull/6936
- version: "1.50.6"
changes:
- description: Add metric_type metadata to the cloudwatch data_stream
type: enhancement
link: https://github.com/elastic/integrations/pull/6999
- version: "1.50.5"
changes:
- description: Migrate AWS Security Hub dashboards to lens.
type: enhancement
link: https://github.com/elastic/integrations/pull/6871
- version: "1.50.4"
changes:
- description: Migrate AWS VPC dashboard visualizations to lens.
type: enhancement
link: https://github.com/elastic/integrations/pull/6962
- version: "1.50.3"
changes:
- description: Add EMR logs dashboard.
type: enhancement
link: https://github.com/elastic/integrations/pull/7075
- version: "1.50.2"
changes:
- description: Migrate AWS Billing dashboard visualizations to lens.
type: enhancement
link: https://github.com/elastic/integrations/pull/6644
- version: "1.50.1"
changes:
- description: Add AWS API Gateway logs dashboard.
type: enhancement
link: https://github.com/elastic/integrations/pull/6683
- version: "1.50.0"
changes:
- description: Add EMR logs data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/6895
- version: "1.49.0"
changes:
- description: Add API Gateway logs datastream
type: enhancement
link: https://github.com/elastic/integrations/pull/6530
- version: "1.48.0"
changes:
- description: Adding missing fields for the CloudTrail datastream - add option for standalone S3 bucket
type: enhancement
link: https://github.com/elastic/integrations/pull/6915
- version: "1.47.1"
changes:
- description: Migrate AWS Redshift dashboard input controls.
type: enhancement
link: https://github.com/elastic/integrations/pull/6865
- version: "1.47.0"
changes:
- description: Migrate AWS S3 Server Access Log Overview dashboard visualizations to lens.
type: enhancement
link: https://github.com/elastic/integrations/pull/6487
- version: "1.46.9"
changes:
- description: Migrate AWS Network Firewall dashboard input controls.
type: enhancement
link: https://github.com/elastic/integrations/pull/6995