v7.8-beta.17
Pre-releasev7.8-beta.17
-
Issue #4700 : Add props
forwardFileDestinations.subPathTemplate
,forwardFileDestinations.templatingMode
andforwardHttpDestinations.errorSubPathTemplate
to allow templating of the file destination paths. Change the default retries to infinite. Make the following Stroom status codes go straight to the HTTP forwarder error destination: FEED_IS_NOT_DEFINED(101), FEED_IS_NOT_SET_TO_RECEIVE_DATA(110), UNEXPECTED_DATA_TYPE(120). Make thedata
directory more permissive to invalid files/directories that it finds. Remove the retry config propmaxRetries
and replace it withmaxRetryAge
andretryDelayGrowthFactor
to allow for a retry delay that grows with each retry. Change the file forwarder to support queueing/retry for remote file systems. Move the queue/retry config into thequeue
branch of the destination config. Fix issue of missing.entries
files when rebooting proxy. Change thethread
branch of the config, previous properties moved intoqueue
, new properties added to control aggregation. -
Issue #4821 : Fix wildcard replacement.
-
Issue #4823 : Fix default StreamId, EventId query columns.