- Log Insights: Add support for receiving syslog over TLS
- You can configure a TLS certificate for the collector syslog server using
the following config settings:db_log_syslog_server_cert_file
/LOG_SYSLOG_SERVER_CERT_FILE
or
db_log_syslog_server_cert_contents
/LOG_SYSLOG_SERVER_CERT_CONTENTS
db_log_syslog_server_key_file
/LOG_SYSLOG_SERVER_KEY_FILE
or
db_log_syslog_server_key_contents
/LOG_SYSLOG_SERVER_KEY_CONTENTS
- The Certificate Authority both on the server side and the client side also
can be specified via config settings
- You can configure a TLS certificate for the collector syslog server using
- Azure: Fix managed identity credential creation in Log Insights
- This fixes a failure of obtaining logs from Azure when the managed identity
credential was used. This was with the "failed to set up workload identity
Azure credentials" error message
- This fixes a failure of obtaining logs from Azure when the managed identity
- Citus: Avoid error collecting schema stats on tables with no indexes