Skip to content

feat(docdb): implement audit and profiler logs#17570

Merged
mergify[bot] merged 30 commits intoaws:masterfrom
markussiebert:feature/docdb-audit-log
Nov 24, 2021
Merged

feat(docdb): implement audit and profiler logs#17570
mergify[bot] merged 30 commits intoaws:masterfrom
markussiebert:feature/docdb-audit-log

Conversation

@markussiebert
Copy link
Copy Markdown
Contributor

closes #17478

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

@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Nov 18, 2021

@github-actions github-actions bot added the @aws-cdk/aws-logs Related to Amazon CloudWatch Logs label Nov 18, 2021
@skinny85 skinny85 changed the title feat: implement audit and profiler logs feat(docdb): implement audit and profiler logs Nov 18, 2021
@github-actions github-actions bot added the @aws-cdk/aws-docdb Related to Amazon DocumentDB label Nov 18, 2021
Copy link
Copy Markdown
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.

Thanks for the contribution @markussiebert, looks great! A few minor comments.

Co-authored-by: Adam Ruka <adamruka85@gmail.com>
@mergify mergify bot dismissed skinny85’s stale review November 19, 2021 08:06

Pull request has been modified.

Copy link
Copy Markdown
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.

Looks great @markussiebert! Only minor documentations changes left.

@mergify mergify bot dismissed skinny85’s stale review November 19, 2021 21:05

Pull request has been modified.

Comment on lines +131 to +132
exportProfilerLogsToCloudWatch: true // Enable sending profiler logs
exportAuditLogsToCloudWatch: true // Enable sending audit logs
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
exportProfilerLogsToCloudWatch: true // Enable sending profiler logs
exportAuditLogsToCloudWatch: true // Enable sending audit logs
exportProfilerLogsToCloudWatch: true, // Enable sending profiler logs
exportAuditLogsToCloudWatch: true, // Enable sending audit logs

Copy link
Copy Markdown
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.

Thanks for the contribution @markussiebert!

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Nov 24, 2021

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
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: c60e1f7
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

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

@mergify mergify bot merged commit 4982aca into aws:master Nov 24, 2021
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Nov 24, 2021

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).

@markussiebert markussiebert deleted the feature/docdb-audit-log branch November 25, 2021 07:55
beezly pushed a commit to beezly/aws-cdk that referenced this pull request Nov 29, 2021
closes aws#17478 

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this pull request Feb 21, 2022
closes aws#17478 

*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

@aws-cdk/aws-docdb Related to Amazon DocumentDB @aws-cdk/aws-logs Related to Amazon CloudWatch Logs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(aws_docdb): support audit logging

4 participants