Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rds): CloudWatch logs exports for DB clusters #9772

Merged
merged 2 commits into from Aug 18, 2020

Conversation

njlynch
Copy link
Contributor

@njlynch njlynch commented Aug 17, 2020

Enables exporting database cluster logs to CloudWatch logs.

Fixes #7810


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Enables exporting database cluster logs to CloudWatch logs.

fixes #7810
@njlynch njlynch requested a review from a team August 17, 2020 17:10
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Aug 17, 2020
@skinny85 skinny85 added the pr/do-not-merge This PR should not be merged at this time. label Aug 17, 2020
Copy link
Contributor

@skinny85 skinny85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice and simple! I would love to see some validations of the values on a per-engine type basis, and maybe a class with some constants for the common ones, but we can always add this later.

Adding do-not-merge so that Shiv can take a look when he has the time.

njlynch added a commit that referenced this pull request Aug 18, 2020
This builds on #9772 to add validation for the types of logs that are available
on each cluster type (by engine).

Notes:
* Currently a draft: I want feedback on this approach before either adding some
  constants for ease-of-use and porting a similar approach to instances.
* This is built off of #9772, so includes the changes from #9772 while it is
  pending a push/merge.
@shivlaks shivlaks removed the pr/do-not-merge This PR should not be merged at this time. label Aug 18, 2020
@mergify
Copy link
Contributor

mergify bot commented Aug 18, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: d49a2eb
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Aug 18, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 118e5c6 into master Aug 18, 2020
@mergify mergify bot deleted the njlynch/rds-cluster-cwlogs branch August 18, 2020 15:49
mergify bot pushed a commit that referenced this pull request Aug 19, 2020
This builds on #9772 to add validation for the types of logs that are available
on each cluster type (by engine).

Notes:
* Currently a draft: I want feedback on this approach before either adding some
  constants for ease-of-use and porting a similar approach to instances.
* This is built off of #9772, so includes the changes from #9772 while it is
  pending a push/merge.
* Added pr-linter/exempt-readme label (for now) as the current change is validation only.
  Will add README changes if/when this includes some usable constants.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
misterjoshua pushed a commit to misterjoshua/aws-cdk that referenced this pull request Aug 19, 2020
Enables exporting database cluster logs to CloudWatch logs.

Fixes aws#7810

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
misterjoshua pushed a commit to misterjoshua/aws-cdk that referenced this pull request Aug 19, 2020
This builds on aws#9772 to add validation for the types of logs that are available
on each cluster type (by engine).

Notes:
* Currently a draft: I want feedback on this approach before either adding some
  constants for ease-of-use and porting a similar approach to instances.
* This is built off of aws#9772, so includes the changes from aws#9772 while it is
  pending a push/merge.
* Added pr-linter/exempt-readme label (for now) as the current change is validation only.
  Will add README changes if/when this includes some usable constants.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for "EnableCloudwatchLogsExports" on DBCluster type
4 participants