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..440e6e8b0 --- /dev/null +++ b/filter-plugin/logstash-filter-postgres-guardium/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog +Notable changes will be documented in this file. + +## [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 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