log-cache-release
log-cache-release copied to clipboard
The BOSH release for Log Cache
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...
# Description Refactors internal packages `config` and `tls` into one `config` package. ## Type of change - [x] Refactor - [ ] Bug fix (non-breaking change which fixes an issue)...
# Description - Adds shebang directive for the default shell (used when the directive is missing). - Ignore shellcheck warnings related to missing `compile.env` source files. - Removes unnecessary GOPATH...
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....
https://github.com/cloudfoundry/log-cache-release/blob/1b198e7cb2b60441512a98f6c76257497c13ebe6/src/internal/routing/routing_table.go#L7
# 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...
# 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...
Adding integration tests for Log Cache components to make refactoring easier.