1.1.0
What's Changed
- fix KV data for postfix/local by @ulab in #189
- Validate config syntax by @whyscream in #193
- Remove the aggregation example by @whyscream in #194
- Rename patterns to correspond to field name by @ulab in #195
- Extract the elliptic curve name from TLS connection lines by @whyscream, suggested by @gvde, in #198
Breaking changes
The grok patterns POSTFIX_CLIENT_INFO
and POSTFIX_RELAY_INFO
have been renamed to make the naming scheme more consistent. If you have custom grok patterns that depend on these expressions, please make sure to update them: the new names are POSTFIX_CLIENT
and POSTFIX_RELAY
.
Full Changelog: 1.0.6...1.1.0