Peter Kimberley

Results 34 issues of Peter Kimberley

When setting the user preference to `Local` time zone and using the default date/time format, timestamps are displayed in local time, except with the incorrect time zone identifier. For instance,...

Currently, reprocessing an `Event` stream (for instance, to resolve the occurrence of `Error` streams) results in indexing pipelines to index the reprocessed data again. This causes duplication, which can negatively...

# Problem Indexing pipelines currently don't have an automated way of cleaning up reprocessed `Event` streams. This often leads to data duplication within the target index, impacting search results. While...

enhancement

Closes #2868. # Main changes 1. XML character validity is now consistent with `SAXParser`, such that `InvalidXmlCharFilterReader` and `InvalidCharFilterReader` now work as they did in Stroom v5. Specifically, characters deemed...

# Issue Certain characters (like `0x5` and `0x1d`) in event data cause errors when parsing XML: ![image](https://user-images.githubusercontent.com/17559369/167284226-24130a30-dbb3-4290-b25f-da09fee8303b.png) This is despite using XML version 1.1 and an `InvalidXMLCharFilterReader` pipeline element to...

When setting permissions on an object (with cascade), an invalid event of type `DocPermissionResourceImpl.cascadeDocumentPermissions` is generated. The error that occurs during processing is: ``` The content of element 'Update' is...

When indexing against an Elasticsearch cluster under heavy load, bulk indexing requests may be rejected by the cluster. The current behaviour is for the stream to fail, resulting in the...

bug
f:elastic-search

Adds an "info" button to the meta presenter view, to display a selection summary similar to what is shown on `delete` or `reprocess`. Additionally, the number format has been tweaked...