stroomdev10
stroomdev10
If you copy a rule, you can only edit the first of the copies https://github.com/gchq/stroom/assets/28703366/cd519f8f-dedf-4e88-8060-7db69e863b4f
``` INFO [2024-02-28T08:45:24.687Z] [Data Processor# #43] stroom.pipeline.refdata.store.offheapstore.DelegatingRefDataOffHeapStore - No legacy reference data store found in /xxxx/xxxxxxx/stroom/reference_data. No migration required. DEBUG [2024-02-28T08:45:24.697Z] [Data Processor# #43] stroom.pipeline.errorhandler.ErrorReceiverProxy - Unable to provision, see...
for example `distinct(${Field1},${Field2},${Field3},', ')` maybe we need a `makeAggr(${Field1},${Field2},${Field3})` that could be passed to the existing functions
``` Policy Based Data Retention - Error enforcing data retention policies: from 2023-08-27T00:00:07.927Z is after to 2023-08-27T00:00:03.049Z java.lang.RuntimeException: from 2023-08-27T00:00:07.927Z is after to 2023-08-27T00:00:03.049Z at stroom.util.time.TimePeriod.<init>(TimePeriod.java:32) at stroom.util.time.TimePeriod.between(TimePeriod.java:43) at stroom.data.retention.impl.DataRetentionPolicyExecutor.getProcessPeriods(DataRetentionPolicyExecutor.java:386)...
Create Time, Status Time etc e.g. ``` from "Meta Store" eval Type=typeOf(${Create Time}) eval Dt=parseDate(formatDate(${Create Time})) limit 10 select ${Create Time}, Type, Dt ```
System/Processors or any Processors tab
If I attempt to download an S3 Stream , I get ``` Download failed with errors: java.nio.file.NoSuchFileException: /xxx/xxx/stroomtmp/s3_cache/xxx/001.ctx ``` Also when running Data Delete I get failures on every S3...
e.g. stroom-docs/install-guide/setup/processing-user-setup.md