v7.2-alpha.8
Pre-release-
Issue #3135 : Add column sortring to index shards.
-
Relax validation requiring proxy repo and failed retry directories to exist before proxy boots. Now checks they exist (creating if they don't) at time of use.
-
Issue #3031 : Add connectors to poll from AWS SQS.
-
Issue #3066 : Make all responses set the HTTP header
Strict-Transport-Securityto force all HTTP traffic on the domain onto HTTPS. Also add propertystroom.security.webContent.strictTransportSecurityto configure the header value. -
Issue #3074 : Fix data retention summary and purge job when condition includes a pipeline. Fix data viewer screen to allow filtering by pipeline. Fix filtering using the
in foldercondition. Add<,<=,>,>=,betweenconditions to ID fields, e.g. stream ID. WARNING: the expression fieldPipelinehas had the following conditions removed;in,in dictionary,=,containsand the fieldPipeline Namehas been added with the following conditions;in,in dictionary,=. This may impact processor filters or retention rules that use thePipelinefield. See the SQL at #3074 to find any processor filters using this field with a now un-supported condition. Change the Reference Data searchable data source to supportin,in dictionaryand wild carding. -
Fix bug in quick filter when user enters two identical tokens into a quick filter, e.g.
bob bob. -
Issue #3111 : Trim leading/trailing white space from term values in the expression tree builder. Users can keep leading/trailing white space if they double quote the value, e.g.
" some text ". If the value needs to include a double quote then it can be escaped with a\like thisI said \"hello\". -
Improve description for
useJvmSslConfigproperty onHttpAppender.