stroom distribution v5.5.0
-
Issue #732 : Added
host-addressandhost-nameXSLT functions. -
Issue #338 : Added
splitAggregatedStreamsproperty toStreamAppender,FileAppenderandHDFSFileAppenderso that aggregated streams can be split into separate streams on output. -
Issue #338 : Added
streamNopath replacement variable for files to record the stream number within an aggregate. -
Issue #827 : Added
FindReplaceFilterpipeline 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
requireQueryInfocan be used to enable the query info popup on a per activity basis. -
Activity properties can now include the attributes
id,name,showInSelectionandshowInListto determine their appearance and behaviour; -
Record counts are now recorded on a per output stream basis even when splitting output streams.
-
Changed
splitWhenBiggerThanproperty torollSizeand 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
FilterInputStreamandFilterOutputStreambehaviour. This was leading to files being split at half od the expected size. Replaced Java internal classes with our ownWrappedInputStreamandWrappedOutputStreamcode. -
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
splitWhenBiggerThanto 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.