You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Steps to reproduce the behavior.
17
17
A clear and concise description of what you expected to happen.
18
18
19
19
**Please complete the following information about the solution:**
20
-
-[ ] Version: [e.g. v1.0.2]
20
+
-[ ] Version: [e.g. v1.0.3]
21
21
22
22
To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "_(SO0021) - Video On Demand workflow with AWS Step Functions, MediaConvert, MediaPackage, S3, CloudFront and DynamoDB. Version **v5.0.0**_". If the description does not contain the version information, you can look at the mappings section of the template:
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,7 @@ The solution deploys the following components that work together to provide a pr
126
126
- The latest version of the [AWS CLI](https://aws.amazon.com/cli/), installed and configured.
127
127
- The latest version of the [AWS CDK](https://docs.aws.amazon.com/cdk/latest/guide/home.html).
128
128
-[Nodejs](https://docs.npmjs.com/getting-started) version 18 or newer.
129
+
-[Python](https://www.python.org/) version 3.12 or newer.
129
130
-[Git](https://git-scm.com/) command line
130
131
- Java Runtime
131
132
- The solution requires a Java 8 Runtime. We strongly recommend using [Amazon Corretto 8](https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/downloads-list.html). Alternatively, you can also use other OpenJDKs such as [Eclipse Temurin](https://adoptium.net/en-GB/temurin/releases/?version=8).
@@ -294,7 +295,7 @@ It is important to note that the redirect URI on the IDP side should be configur
294
295
- **Druid version**: Apache Druid release version (eg. 27.0.0) that you want to run. It is recommended to use the latest stable [Druid version](#https://druid.apache.org/downloads.html).
295
296
296
297
```
297
-
"druidVersion": "27.0.0",
298
+
"druidVersion": "30.0.0",
298
299
```
299
300
300
301
- **Druid cluster name**: A sequence of ASCII characters that uniquely identifies each Druid cluster. If there are multiple deployments, please make sure that you have an unique cluster name for each cluster. The cluster name will be appended to the CloudFormation stack name.
@@ -797,6 +798,7 @@ Upon successfully cloning the repository into your local development environment
797
798
|- NOTICE.txt - Copyrights for this solution.
798
799
|- THIRDPARTY_LICENSE.txt - Copyrights licenses for third party software that was used in this solution
799
800
|- README.md - this file.
801
+
|- SECURITY.md - detailed information about reporting security issues.
We take all security reports seriously. When we receive such reports, we will investigate and
4
+
subsequently address any potential vulnerabilities as quickly as possible. If you discover a potential
5
+
security issue in this project, please notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/) or
6
+
directly via email to [AWS Security](mailto:[email protected]). Please do not create a public GitHub issue in this project.
Copy file name to clipboardExpand all lines: source/DruidCloudwatchExtension/src/main/java/com/amazon/solutions/druid/cloudwatch/CloudwatchEmitter.java
+2-13
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,6 @@
1
1
/*
2
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
-
4
-
Licensed under the Apache License, Version 2.0 (the "License").
5
-
You may not use this file except in compliance with the License.
6
-
You may obtain a copy of the License at
7
-
8
-
http://www.apache.org/licenses/LICENSE-2.0
9
-
10
-
Unless required by applicable law or agreed to in writing, software
11
-
distributed under the License is distributed on an "AS IS" BASIS,
12
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
-
See the License for the specific language governing permissions and
14
-
limitations under the License.
2
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copy file name to clipboardExpand all lines: source/DruidCloudwatchExtension/src/main/java/com/amazon/solutions/druid/cloudwatch/CloudwatchEmitterConfig.java
+3-14
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,6 @@
1
1
/*
2
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
-
4
-
Licensed under the Apache License, Version 2.0 (the "License").
5
-
You may not use this file except in compliance with the License.
6
-
You may obtain a copy of the License at
7
-
8
-
http://www.apache.org/licenses/LICENSE-2.0
9
-
10
-
Unless required by applicable law or agreed to in writing, software
11
-
distributed under the License is distributed on an "AS IS" BASIS,
12
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
-
See the License for the specific language governing permissions and
14
-
limitations under the License.
2
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copy file name to clipboardExpand all lines: source/DruidCloudwatchExtension/src/main/java/com/amazon/solutions/druid/cloudwatch/CloudwatchEmitterModule.java
+2-13
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,6 @@
1
1
/*
2
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
-
4
-
Licensed under the Apache License, Version 2.0 (the "License").
5
-
You may not use this file except in compliance with the License.
6
-
You may obtain a copy of the License at
7
-
8
-
http://www.apache.org/licenses/LICENSE-2.0
9
-
10
-
Unless required by applicable law or agreed to in writing, software
11
-
distributed under the License is distributed on an "AS IS" BASIS,
12
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
-
See the License for the specific language governing permissions and
14
-
limitations under the License.
2
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copy file name to clipboardExpand all lines: source/DruidCloudwatchExtension/src/main/java/com/amazon/solutions/druid/cloudwatch/CloudwatchMetricUnits.java
+2-13
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,6 @@
1
1
/*
2
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
-
4
-
Licensed under the Apache License, Version 2.0 (the "License").
5
-
You may not use this file except in compliance with the License.
6
-
You may obtain a copy of the License at
7
-
8
-
http://www.apache.org/licenses/LICENSE-2.0
9
-
10
-
Unless required by applicable law or agreed to in writing, software
11
-
distributed under the License is distributed on an "AS IS" BASIS,
12
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
-
See the License for the specific language governing permissions and
14
-
limitations under the License.
2
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copy file name to clipboardExpand all lines: source/DruidCloudwatchExtension/src/main/java/com/amazon/solutions/druid/cloudwatch/DruidMonitoringMetricsFactory.java
+2-13
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,6 @@
1
1
/*
2
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
-
4
-
Licensed under the Apache License, Version 2.0 (the "License").
5
-
You may not use this file except in compliance with the License.
6
-
You may obtain a copy of the License at
7
-
8
-
http://www.apache.org/licenses/LICENSE-2.0
9
-
10
-
Unless required by applicable law or agreed to in writing, software
11
-
distributed under the License is distributed on an "AS IS" BASIS,
12
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
-
See the License for the specific language governing permissions and
14
-
limitations under the License.
2
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copy file name to clipboardExpand all lines: source/DruidCloudwatchExtension/src/main/java/com/amazon/solutions/druid/cloudwatch/MemoryBoundLinkedBlockingQueue.java
+2-13
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,6 @@
1
1
/*
2
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
-
4
-
Licensed under the Apache License, Version 2.0 (the "License").
5
-
You may not use this file except in compliance with the License.
6
-
You may obtain a copy of the License at
7
-
8
-
http://www.apache.org/licenses/LICENSE-2.0
9
-
10
-
Unless required by applicable law or agreed to in writing, software
11
-
distributed under the License is distributed on an "AS IS" BASIS,
12
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
-
See the License for the specific language governing permissions and
14
-
limitations under the License.
2
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copy file name to clipboardExpand all lines: source/DruidCloudwatchExtension/src/test/java/com/amazon/solutions/druid/cloudwatch/CloudwatchEmitterConfigTest.java
+4-15
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,6 @@
1
1
/*
2
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
-
4
-
Licensed under the Apache License, Version 2.0 (the "License").
5
-
You may not use this file except in compliance with the License.
6
-
You may obtain a copy of the License at
7
-
8
-
http://www.apache.org/licenses/LICENSE-2.0
9
-
10
-
Unless required by applicable law or agreed to in writing, software
11
-
distributed under the License is distributed on an "AS IS" BASIS,
12
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
-
See the License for the specific language governing permissions and
14
-
limitations under the License.
2
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
+
SPDX-License-Identifier: Apache-2.0
15
4
*/
16
5
packagecom.amazon.solutions.druid.cloudwatch;
17
6
@@ -57,15 +46,15 @@ public void testGetBatchSize_withDefaultBatchSize() {
0 commit comments