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

Support AWS CloudWatch for SQL audit sinking #238

Open
mlycore opened this issue Aug 8, 2022 · 3 comments
Open

Support AWS CloudWatch for SQL audit sinking #238

mlycore opened this issue Aug 8, 2022 · 3 comments
Assignees
Labels
type:enhancement New feature or request
Milestone

Comments

@mlycore
Copy link
Member

mlycore commented Aug 8, 2022

Feature Request

Is your feature request related to a problem? Please describe:

n/a

Describe the feature you'd like:

Support AWS CloudWatch for SQL auditing sinking, store the data in log groups of AWS S3

Describe alternatives you've considered:

Using Kinesis, or EventBridge to send the audit data to other systems.

Teachability, Documentation, Adoption, Migration Strategy:

n/a

@mlycore mlycore added this to the v0.3.0 milestone Aug 8, 2022
@mlycore mlycore added the type:enhancement New feature or request label Aug 8, 2022
@mlycore mlycore self-assigned this Aug 10, 2022
@mlycore
Copy link
Member Author

mlycore commented Aug 12, 2022

Tested AWS CloudWatch in #258 . Since there is a quota for each log stream, this may find another way to handle the logs.

@mlycore
Copy link
Member Author

mlycore commented Aug 15, 2022

Try to use EventBridge to transfer audit event logs to CloudWatch. And add SQL digest in the future.

@mlycore
Copy link
Member Author

mlycore commented Aug 24, 2022

Using AWS EventBridge as a mpsc AuditChannel, every proxy should sink their SQL audit event to the channel, the AuditServer will consume AuditChannel events and send it to AWS EventBridge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant