From 03ba27dec4fcd12c237b72f8ace101fe32ee2682 Mon Sep 17 00:00:00 2001 From: Jasmine Multani Date: Wed, 31 Dec 2025 10:05:27 -0500 Subject: [PATCH 1/2] GRD-111557: Need the ability to upload custom certificate for UC --- .../logstash-filter-postgres-guardium/CHANGELOG.md | 4 ++++ .../PostgresOverSQSPackage/postgreSQS.conf | 8 ++++++++ filter-plugin/logstash-filter-postgres-guardium/VERSION | 1 + 3 files changed, 13 insertions(+) create mode 100644 filter-plugin/logstash-filter-postgres-guardium/CHANGELOG.md create mode 100644 filter-plugin/logstash-filter-postgres-guardium/VERSION diff --git a/filter-plugin/logstash-filter-postgres-guardium/CHANGELOG.md b/filter-plugin/logstash-filter-postgres-guardium/CHANGELOG.md new file mode 100644 index 000000000..7a944bac1 --- /dev/null +++ b/filter-plugin/logstash-filter-postgres-guardium/CHANGELOG.md @@ -0,0 +1,4 @@ +# Changelog + +## [1.0.2] +Updating configuration in path `/PostgresOverSQSPackage/postgreSQS.conf` to enable custom certificate upload for UC. \ No newline at end of file diff --git a/filter-plugin/logstash-filter-postgres-guardium/PostgresOverSQSPackage/postgreSQS.conf b/filter-plugin/logstash-filter-postgres-guardium/PostgresOverSQSPackage/postgreSQS.conf index 8a2268e64..65cd21a63 100644 --- a/filter-plugin/logstash-filter-postgres-guardium/PostgresOverSQSPackage/postgreSQS.conf +++ b/filter-plugin/logstash-filter-postgres-guardium/PostgresOverSQSPackage/postgreSQS.conf @@ -17,6 +17,14 @@ input { add_field => {"account_id" => ""} #Insert the Instance name of the database that is to be monitored add_field => {"instance" => ""} + # Optional: Specify a custom endpoint (e.g., proxy) + # endpoint => "https://proxy.company.com" + # Set to true to use AWS's bundled CA certificates for SSL/TLS connections + use_aws_bundled_ca => false + # Optional: Provide additional settings (e.g., custom SSL certificate bundle) + # additional_settings => { + # ssl_ca_bundle => "${THIRD_PARTY_PATH}/.pem" + # } } } diff --git a/filter-plugin/logstash-filter-postgres-guardium/VERSION b/filter-plugin/logstash-filter-postgres-guardium/VERSION new file mode 100644 index 000000000..e6d5cb833 --- /dev/null +++ b/filter-plugin/logstash-filter-postgres-guardium/VERSION @@ -0,0 +1 @@ +1.0.2 \ No newline at end of file From 1e608481f9a0186e295c4857eae5bdfacbeafc90 Mon Sep 17 00:00:00 2001 From: Jasmine Multani Date: Wed, 31 Dec 2025 10:10:21 -0500 Subject: [PATCH 2/2] add date to the file --- filter-plugin/logstash-filter-postgres-guardium/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/filter-plugin/logstash-filter-postgres-guardium/CHANGELOG.md b/filter-plugin/logstash-filter-postgres-guardium/CHANGELOG.md index 7a944bac1..440e6e8b0 100644 --- a/filter-plugin/logstash-filter-postgres-guardium/CHANGELOG.md +++ b/filter-plugin/logstash-filter-postgres-guardium/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog +Notable changes will be documented in this file. -## [1.0.2] +## [1.0.2] - 2025-12-31 Updating configuration in path `/PostgresOverSQSPackage/postgreSQS.conf` to enable custom certificate upload for UC. \ No newline at end of file