- Log Insights: Support for multiple OpenTelemetry log receiving endpoints
- Previously, only a single HTTP server (port) could receive logs. With this
change, an OTEL HTTP server can be specified per monitored server section
usingdb_log_otel_server
/LOG_OTEL_SERVER
- The Helm chart has been updated to support this as well. Within the service
section, multiple ports can be specified using the newports
value
- Previously, only a single HTTP server (port) could receive logs. With this
- Add
--very-verbose
flag- Enables very verbose logging (also implicitly enables verbose logging)
- When used with the Log Insights integration for syslog, OpenTelemetry, Azure,
or Google Cloud, this flag will output incoming logs from these services
- Show error when duplicate server definitions are found in the collector config
during test run - Install script: Add Oracle Linux support