v7.3-beta.6
Pre-releasev7.3-beta.6
-
Issue #3975 : Add
cidr-to-numeric-ip-rangeXSLT function. -
Issue #4010 : Change ERROR logging to DEBUG when search requests cannot be created, e.g. when a rule has a blank or invalid query string.
-
Issue #4007 : Change the Lucene search code so that it will use the Index's default extraction pipeline if there is no extraction set on the dashboard, or in the case of StroomQL, always use the Index's default extraction pipeline as there no way to set a pipeline.
-
Issue #4021 : Fix using the
parseDuration(...)function inside another function, e.g.max(parseDuration(...)). -
Issue #4019 : Fix inability to change a date term in a filter tree. Change expression tree validation to use server-side validation so it can validate date terms correctly.
-
Issue #4029 : Change the
/api/(query|dashboard)/v1/(search|downloadSearcResults)to accept a nullnodeNamepath param, e.g./api/query/v1/search.