Skip to content

stroom distribution v5.5.0

Choose a tag to compare

@stroomdev66 stroomdev66 released this 28 Sep 14:16
· 61 commits to 5.5 since this release
  • Issue #732 : Added host-address and host-name XSLT functions.

  • Issue #338 : Added splitAggregatedStreams property to StreamAppender, FileAppender and HDFSFileAppender so that aggregated streams can be split into separate streams on output.

  • Issue #338 : Added streamNo path replacement variable for files to record the stream number within an aggregate.

  • Issue #827 : Added FindReplaceFilter pipeline element.

  • Issue #736 : Added sorting to server tasks table.

  • Issue #596 : Rolling stream and file appenders can now roll on a cron schedule in addition to a frequency.

  • Added additional event logging to stepping.

  • An activity property with an id of requireQueryInfo can be used to enable the query info popup on a per activity basis.

  • Activity properties can now include the attributes id, name, showInSelection and showInList to determine their appearance and behaviour;

  • Record counts are now recorded on a per output stream basis even when splitting output streams.

  • Changed splitWhenBiggerThan property to rollSize and added the property to the rolling appenders for consistency.

  • Issue #838 : Fix bug where calculation of written and read bytes was being accounted for twice due to the use of Java internal FilterInputStream and FilterOutputStream behaviour. This was leading to files being split at half od the expected size. Replaced Java internal classes with our own WrappedInputStream and WrappedOutputStream code.

  • Issue #837 : Fix bug to no longer try and record set activity events for null activities.

  • Issue #595 : Added stream appender and file appender property splitWhenBiggerThan to limit the size of output streams.

  • Issue #828 : Changed statistics store caches to 10 minute time to live so that they will definitely pick up new statistics store definitions after 10 minutes.

  • Issue #774 : Event logging now logs find stream criteria correctly so that feeds ids are included.

  • Issue #829 : Stroom now logs event id when viewing individual events.

  • Added functionality to record actions against user defined activities.

  • Added functionality to show a splash screen on login.