Skip to content

Commit

Permalink
Merge pull request #30 from gchq/gh-29-filter-sessions
Browse files Browse the repository at this point in the history
Gh 29 filter sessions
  • Loading branch information
at055612 authored Jan 3, 2019
2 parents 3581639 + e564b3b commit cc90e6a
Show file tree
Hide file tree
Showing 3 changed files with 568 additions and 469 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

* Issue **#29** - Add series filtering to Series Session Map.

## [v3.0.8] - 2018-12-19

* Issue **#27** - Add support for Stroom's TEXT data type.
Expand Down
11 changes: 11 additions & 0 deletions stroom-content-source/SeriesSessionMap.Visualisation.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,17 @@
"label" : "Autoclose Session Threshold MS",
"defaultValue" : "600000"
},
{
"id" : "seriesFilter",
"type" : "selection",
"label" : "Series Filter",
"values" : [
"Unfiltered",
"Non-contiguous Only",
"Contiguous Only"
],
"defaultValue" : "Unfiltered"
},
{
"id" : "openSessionText",
"type" : "text",
Expand Down
Loading

0 comments on commit cc90e6a

Please sign in to comment.