[main] Add DSQL Guardium filter plugin for AWS Database Activity Streams - #1204
Closed
jsminem wants to merge 3487 commits into
Closed
[main] Add DSQL Guardium filter plugin for AWS Database Activity Streams#1204jsminem wants to merge 3487 commits into
jsminem wants to merge 3487 commits into
Conversation
Signed-off-by: Jasmine Multani <jasmine@ibm.com>
Signed-off-by: Jasmine Multani <jasmine@ibm.com>
Signed-off-by: Jasmine Multani <jasmine@ibm.com>
Signed-off-by: Jasmine Multani <jasmine@ibm.com>
[main] Update to clean extra characters from audit logs
…tactically incorrect error Queries for Aurora MySQL Cloudwatch Signed-off-by: Jasmine Multani <jasmine@ibm.com>
[main] GRD-119630: SQL Errors are not generating in audit logs for syntactically incorrect error Queries for Aurora MySQL Cloudwatch.
Signed-off-by: Jessica Du <jingqiu@ca.ibm.com>
Signed-off-by: Jessica Du <jingqiu@ca.ibm.com>
Signed-off-by: Jessica Du <jingqiu@ca.ibm.com>
Signed-off-by: Jessica Du <jingqiu@ca.ibm.com>
Signed-off-by: Jessica Du <jingqiu@ca.ibm.com>
Signed-off-by: Jessica Du <jingqiu@ca.ibm.com>
Signed-off-by: Jessica Du <jingqiu@ca.ibm.com>
GRD-119858 migrate postgress s3sqs
GRD-119870 fix s3sqs input generating issue
Signed-off-by: Andy.Chen <andy.chen@ibm.com>
GRD-119870
Signed-off-by: laurel-hu <laurel.h@ibm.com>
Update environment for teradata
Signed-off-by: Taees Eimouri <taees.eimouri1@ibm.com>
Signed-off-by: Taees Eimouri <taees.eimouri1@ibm.com>
GRD-120507: Adding reviewed docs
Signed-off-by: Taees Eimouri <taees.eimouri1@ibm.com>
GRD-120507: Adding reviewed docs
Signed-off-by: Glenn <glenn.lee@ibmc.om>
Signed-off-by: Glenn <glenn.lee@ibmc.om>
…ncies Signed-off-by: Glenn <glenn.lee@ibmc.om>
- Removed duplicate nested 'buildscript {' block
- Fixed invalid Gradle syntax that caused build failures
- Also updated template with Artifactory configuration
Error was:
Unexpected input: '{\n buildscript {\n repositories {...
Fixed by removing the duplicate buildscript declaration.
Signed-off-by: Glenn <glenn.lee@ibmc.om>
Fixed 2 plugins with Gradle syntax errors:
1. logstash-input-mongo-atlas:
- Removed duplicate nested 'buildscript {' block
2. logstash-input-couchbase-capella:
- Moved gradlePluginPortal() inside repositories block
- Fixed misplaced closing brace
Both errors caused 'Could not compile build file' failures.
Signed-off-by: Glenn <glenn.lee@ibmc.om>
Signed-off-by: Glenn <glenn.lee@ibmc.om>
… Central Signed-off-by: Glenn <glenn.lee@ibmc.om>
- Adds ?: "https://repo.maven.apache.org/maven2/" fallback - Public repo uses Maven Central as fallback (safe to expose) - SPS/private builds must set ARTIFACTORY_URL env var to IBM artifactory - Fixes null URL issue when env var not set Signed-off-by: Glenn <glenn.lee@ibmc.om>
Fix gradle to only pull from our internal artifactory
- Add Parser.java for parsing DSQL audit logs in PostgreSQL format - Add DSQLGuardiumPluginFilter.java main filter class - Add Constants.java with DSQL-specific constants (POSTGRESQL protocol) - Add comprehensive unit tests - Add Logstash configuration files for SQS input - Add README with setup and usage documentation - Add build.gradle and Gradle wrapper files - Add LICENSE (Apache 2.0) and CHANGELOG - Add package structure for Guardium deployment
jsminem
requested review from
AndychenIBM,
GlennLee-IBM,
JingqiuDu,
devanshah2,
pankajkumaribm and
taees-eimouri
as code owners
May 7, 2026 13:52
jsminem
marked this pull request as draft
May 7, 2026 14:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of PR
Cherry-pick changes from https://github.com/IBM/universal-connectors/pull/1201/changes
Add Parser.java for parsing DSQL audit logs in PostgreSQL format
Add DSQLGuardiumPluginFilter.java main filter class
Add Constants.java with DSQL-specific constants (POSTGRESQL protocol)
Add comprehensive unit tests
Add Logstash configuration files for SQS input
Add README with setup and usage documentation
Add build.gradle and Gradle wrapper files
Add LICENSE (Apache 2.0) and CHANGELOG
Add package structure for Guardium deployment
Modify parser to parse events like
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/DBActivityStreams.AuditLog.html
Testing Results