You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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
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
Citus: Avoid error collecting schema stats on tables with no indexes