Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ input {
add_field => {"account_id" => "<ACCOUNT_ID>"}
#Insert the Instance name of the database that is to be monitored
add_field => {"instance" => "<INSTANCE_NAME>"}
# 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}/<ca_bundle_filename>.pem"
# }
}
}

Expand Down
1 change: 1 addition & 0 deletions filter-plugin/logstash-filter-postgres-guardium/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.2
Loading