Alan Hollis

Results 6 issues of Alan Hollis

Tested on kibana locally this import succeeds and all the visualisations appear to work as expected. It's difficult to know if these are the latest versions of the visualisations as...

The master version of https://github.com/sipcapture/homer7-docker/blob/master/heplify-server/hom7-elastic/conf/kibana-import.json Is currently invalid json it looks like there may be a copy and paste error at lines 256/257 Using the previous commit works *okay*, but...

enhancement
help wanted
good first issue

When HNC restarts the propagated objects can be deleted unnecessarily if the parent namespace hasn't yet fully synced. This is problematic especially when propagating network rules as can lead to...

This commit fixes the problem that when HNC restarts the source objects are deleted and then re-created. When a source object is deleted the code now checks the decedents for...

do-not-merge/work-in-progress
needs-ok-to-test
cncf-cla: no
size/L

Allows the user to enter 'hash' => 'blowfish' in their main.config and store blowfish encrypted passwords with a salt. I've tested all previous functionality works, and basic checks on registering...

improvement

**Describe the bug** Unable to pass query with groupArray `SELECT t, groupArray((reason, c)) as reasons FROM ( SELECT toStartOfFiveMinute(record_datetime) AS t, JSONExtractInt(data, 'reason') AS reason, count(*) AS c FROM hepic_data.sip_transaction_call...

type/bug
datasource/ClickHouse
priority/low