Releases: hiveco/conntrack_exporter
Releases · hiveco/conntrack_exporter
0.3.1
0.3
This release allows filtering of the exported remote endpoints, adds better logging, and many bugfixes.
- FEATURE: Automatic identification and filtering of local IPs.
- FEATURE: Allow specifying host:port endpoints to ignore (
--ignore-hosts="host1:port1, host2:port2..."
). - FEATURE: JSON event logging (
--log-events-format=json
). - FEATURE: Debug logging (
--debug
). - BUGFIX: Use kernel-supplied event types instead of guessing based on attributes.
- BUGFIX: Avoid sorting conntracks by ATTR_ID, since it is potentially not unique.
0.2
This release switches to event-based connection tracking, a significant redesign of the core logic.
- FEATURE: Log connection events to stdout (
--log-events
).
0.1
Initial release.