Versions Compared

Key

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

Excerpt

Released on March 2, 2016.

New Features

  • Trend detection:

    • First iteration A first version of the trend detection service is available via the squirro client.

  • Dashboard:
    • Table widget allows numerical aggregations now

Improvements

  • Filter refactoring:
    • Filters, Smart Filters and Saved Searches are now unified in a new side menu for easier access. The top level tab 'Smart Filters' has been removed.

  • Pipelet descriptions support markdown notationDefault object of a project is no longer deleted and objects require a title now.

  • Object title is no longer an optional attribute.

  • Numerical facet values are casted to integer or floats in case this facet is specified as a numerical typed facet.

Bug Fixes

  • Frontend assets caching if is fixed.

  • Bulkindexing keywords containing spaces is fixed.

 

Upgrade Instructions

Note

These are the upgrade instructions if you upgrade from version 2.2.6. If you are upgrading from an older version (e.g. v2.1.5) please follow the upgrade instructions on Squirro 2.2.0 - Release Notes

Note

If you are using Squirro in a Box, then there are additional steps involved. In this case, please contact support.

 

1. Upgrade Storage Nodes

If your storage node runs in the same Virtual Machine or Operating System as your cluster node, skip this step. Otherwise upgrade all storage nodes one at a time by running:

Code Block
languagebash
[squirro@storagenode01 ~] sudo yum update

2. Upgrade Cluster Nodes

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

If you run Squirro in a multi-cluster-node environment you need to do the following additional steps on each cluster node:

Code Block
[squirro@clusternode01 ~] sudo sed -i -e 's/db_endpoint_discovery = false/db_endpoint_discovery = true/' /etc/squirro/trends.ini
[squirro@clusternode01 ~] sudo mkdir /mnt/gv0/trends_data
[squirro@clusternode01 ~] sudo chown sqtrends:squirro /mnt/gv0/trends_data
[squirro@clusternode01 ~] sudo sed '$ a [offline_processing]\ndata_directory = /mnt/gv0/trends_data' -i /etc/squirro/trends.ini
[squirro@clusternode01 ~] sudo service sqtrendsd restart