Jovan Kostovski

Results 7 issues of Jovan Kostovski

I was reading the [dev guide on read the docs](https://mainflux.readthedocs.io/en/latest/dev-guide/#prerequisites) to update my development environment and I saw that the minimum Go version specified in the docs is `Go v1.13.3`....

bug
needs-comments

Code clean up after the deprecation of the `/v4` API for the Syslog Binding URL. With the introduction of mTLS for Syslog Drains we have changed the internal structure of...

blocked

At SAP are running security checks on the Log Cache's codebase and we (me and @zpascal) have seen that the used [Prometheus package](https://github.com/prometheus/prometheus) is [pinned](https://github.com/cloudfoundry/log-cache-release/blob/main/src/go.mod#L26) to a really old version....

# Log-Cache Memory Issue ## Problem Description In case of an incident where one or more Log Cache nodes become unavailable (i.e availability zone outage or failure of multiple Log...

In order to get a list of the noisy neighbour applications up until now (up until the latest 4.0.0 release ) we were using v3.1.0 and the following command to...

unscheduled

# Description The Log Cache Syslog server trims leading and trailing whitespace in the messages. The log messages should be not changed. This change: - adds config parameter to define...

The Log Cache Syslog Server trims leading and trailing whitespace in the log messages which is changing the structure of the log messages from the apps. This must not be...