Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt

Released on July 7th, 2016.

New Features

  • Share Secure share: You can now share data securely with 3rd party applications using the new Encrypted Query API endpoint - we introduced a . A new API endpoint where allows you can to request an encrypted version of the executed query which can be re-used in another context outside of Squirro , e.g. – for example in a third party application.
  • We love to hear your feedback! So we added a way for you to send us feedback direct from the app - look for the (question) Faster feedback: We value your feedback – it helps us to keep Squirro at its best! Now you can send us feedback directly from the app. Click on the question icon in the top right of the Squirro UI

Improvements

    It keeps getting faster - signficant performance improvements when working with
  • Speed for scale: We’ve made some significant performance improvements to support those customers working with a large number of data sources
  • Help for those running Cluster output quality: Running Squirro in a cluster - ? Look forward to better quality log output from the cluster service
  • Better search suggestions - performance : performance tuning, bug fixes and other small improvements
  • Unblock-able data importing - the : the pipeline now has the ability to "give up" on items of data which are blocking the system so that data importing can continue.
  • More control over data processing - pipelets Processing control: Pipelets can now remove the body of incoming data items as needed
  • ComplexFlexible timeout options: Complex, long running queries can now keep on running - query timeout can now be configured and extended as required
  • Experimenting Easy Experimentation: It’s now much more simple to experiment with Known Entity Extraction and PDF files just go easier - KEE as KEE and pipelet reruns now also work for sub_items

Bug Fixes

  • Gone for good: Deleted users no longer show up as project members
Trend
  • Trendy tidy: Trend detections are now properly cleaned up if a project is deleted

Fresh Installation Instructions

Please follow the regular installation steps.

Upgrade Instructions

Warning

To upgrade to version 2.4.2 of Squirro, please ensure that your current version is at least version 2.3.2 or higher. This is because this version contains a new major version of ElasticSearch. If you are on a version older than 2.3.2, please contact support.

Note

Additionally if you are using Squirro in a Box, additional steps are involved. In this case we also ask you to contact support.

From versions 2.4.1, 2.4.0, 2.3.2 or 2.3.3

1. Upgrade Storage Nodes and Cluster Nodes collocated on the same machine/VM

Code Block
languagebash
[squirro@singlenode ~] sudo yum update squirro-storage-node-users
[squirro@singlenode ~] sudo yum update squirro-cluster-node-users
[squirro@singlenode ~] sudo yum update squirro-storage-node
[squirro@singlenode ~] sudo yum update

2. Upgrade Storage Nodes (separate from Cluster Nodes)

Upgrade all storage nodes one at a time by running:

Code Block
languagebash
[squirro@storagenode01 ~] sudo yum update squirro-storage-node-users
[squirro@storagenode01 ~] sudo yum update

3. Upgrade Cluster Nodes (separate from Storage Nodes)

Code Block
languagebash
[squirro@clusternode01 ~] sudo yum update squirro-cluster-node-users
[squirro@clusternode01 ~] sudo yum update