Skip to content

v7.3-beta.6

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jan 16:47
· 4714 commits to master since this release

v7.3-beta.6

  • Issue #3975 : Add cidr-to-numeric-ip-range XSLT 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 null nodeName path param, e.g. /api/query/v1/search.