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.
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
using db_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 new ports value
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