Skip to content

Commit b380d17

Browse files
author
James Ma
committed
Update version to v2.3.0
1 parent 909457f commit b380d17

File tree

1,434 files changed

+117762
-70582
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,434 files changed

+117762
-70582
lines changed

CHANGELOG.md

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.3.0] - 2024-12-17
9+
10+
### Added
11+
12+
- Add the architecture diagram of sampled WAF logs when creating WAF log pipeline. #132
13+
- Add the support of ingesting Aurora/RDS PostgreSQL logs. #122
14+
15+
### Changed
16+
17+
- Replace Amazon SQS with Amazon EventBridge to mitigate the Amazon S3 Event Notifications creation failure. #12
18+
- Redesigned the log ingestion workflow to ingest logs from RDS without the dependency of CloudWatch Logs. #102
19+
- Reordered pipeline creation workflow: log type and analytics engine selection now occur first for AWS service log pipelines. #309
20+
21+
### Fixed
22+
23+
- Fix the sampling rate validation issue to allow only positive integers when creating CloudFront real-time logs. #302
24+
- Fix the issue that the pipeline cannot be created due to a lack of "iam:TagRole" permission in some AWS Accounts. #279
25+
- Fix the issue that the content of Log Config detail may exceed the maximum length of the window. #275
26+
- Fix the issue that the EKS DaemonSet Guide is not refreshed after editing the log config. #241
27+
- Fix the user interface issue that a wrong S3 bucket prefix is using when creating WAF log pipeline if the logging has already been enabled. #67
28+
29+
830
## [2.2.2] - 2024-08-23
931

1032
### Changed
@@ -18,17 +40,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1840
- Remove the redundant sign in alert dialog modal when user session expired. #303
1941
- Fixed the Grafana url validation failed with spaces when import a Grafana Server. #304
2042

21-
## [2.2.1] - 2024-07-22
43+
## [2.2.1] - 2024-07-02
2244

2345
### Added
2446

25-
- Optimised instance list performance. #76
26-
- Added support for using Unix epoch time format as the time key for single line text log type.
47+
- Optimise list instance performance.
2748

2849
### Fixed
2950

30-
- Fixed an issue that missing time key when editing JSON config. #296
31-
- Fixed an issue that upgrading to v2.2.0 failed due to missing CMK permissions. #297
51+
- Fixed an issue that lost time key when edit JSON config. #296
52+
- Fixed an issue that upgrade to v2.2.0 failed because of the lack of permission of cmk. #297
3253

3354
## [2.2.0] - 2024-06-20
3455

@@ -55,19 +76,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5576
- Fixed a bug that prevented instances from being listed when switching accounts on the Instance Group list page. #291
5677
- Fixed a bug where creating a Log Conf with JSON type, if the field type select float, can not create the index template. #293
5778

58-
59-
## [2.1.2] - 2024-03-19
60-
61-
### Fixed
62-
63-
- Resolved a bug where upgrading from versions earlier than 2.1.0 led to the loss of S3 notifications, preventing the proper collection of logs from the S3 buffer. #261
64-
- Addressed a problem where including the "@timestamp" field in log configurations caused failures in creating index_templates, leading to an inability to write data to OpenSearch. #262
65-
- Fixed a bug in the log processor Lambda due to the absence of the 'batch_size' variable, causing process failures. #242
66-
- Solved a deployment issue with the Log Analytics Pipeline, which previously could not deploy cross-account Lambda pipelines. #227
67-
- Corrected an issue with the ALB Service Log Parser that resulted in the omission of numerous log lines. #243
68-
- Amended an inaccurate warning message displayed during pipeline creation with an existing index in OpenSearch. #260
69-
- Amended an inaccurate error messaging when deleting an Instance Group in application log pipelines. #229
70-
7179
## [2.1.1] - 2023-12-05
7280

7381
### Fixed

CUSTOM_BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ Once you have uploaded the distributable to your Amazon S3 bucket, you can start
126126
Then run:
127127
```
128128
cd ./source/constructs
129-
npx cdk deploy centralized-logging-with-opensearch --parameters adminEmail=<your email address>
129+
npx cdk deploy CentralizedLogging --parameters adminEmail=<your email address>
130130
```
131131

0 commit comments

Comments
 (0)