Changelog for version 3.3.11#
Released May 8 2020#
Backend Changes#
Fixed parsing issue in ipfix library (
ipfix 0:1 as foo 0:2 as bar
would complain improperly about duplicate extractions).Fixed bug where fulltext indexing with both
-ignoreTS
and-ignoreFloat
enabled could miss certain fields of certain entries.
Webserver Changes#
If a user is removed from an SSO group, Gravwell will now remove the user from the corresponding group at next login.
Ingester Changes#
Fixed an edge case involving a race when multiple indexers were configured and the regex router preprocessor was in use.
Made ingester log line numbers more useful.