v7.8-beta.17
Pre-releasev7.8-beta.17
-
Issue #4700 : Add props
forwardFileDestinations.subPathTemplate,forwardFileDestinations.templatingModeandforwardHttpDestinations.errorSubPathTemplateto 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 thedatadirectory more permissive to invalid files/directories that it finds. Remove the retry config propmaxRetriesand replace it withmaxRetryAgeandretryDelayGrowthFactorto 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 thequeuebranch of the destination config. Fix issue of missing.entriesfiles when rebooting proxy. Change thethreadbranch 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.