loghouse icon indicating copy to clipboard operation
loghouse copied to clipboard

Ready to use log management solution for Kubernetes storing data in ClickHouse and providing web UI.

Results 76 loghouse issues
Sort by recently updated
recently updated
newest added

ClickHouse server version 22.5.1 revision 54455 System Cores : 32 We did the following steps: sudo systemctl set-property clickhouse-server.service CPUShares=50 MemoryLimit=12000M sudo systemctl daemon-reload sudo systemctl stop clickhouse-server sudo systemctl...

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.8.1 to 2.2.0. Changelog Sourced from sinatra's changelog. 2.2.0 / 2022-02-15 Handle EOFError raised by Rack and return Bad Request 400 status. #1743 by tamazon Minor refactors...

dependencies

Bumps [kubeclient](https://github.com/abonas/kubeclient) from 4.6.0 to 4.9.3. Changelog Sourced from kubeclient's changelog. 4.9.3 — 2021-03-23 Fixed VULNERABILITY FIX: Previously, whenever kubeconfig did not define custom CA (normal situation for production clusters...

dependencies

Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 4.3.12. Release notes Sourced from puma's releases. 4.3.12 Security Close several HTTP Request Smuggling exploits (CVE-2022-24790) 4.3.11 Bugfix/Security Response body will always be closed. (GHSA-rmj8-8hhh-gv5h,...

dependencies

The `values.storage.pvc` settings don't properly parse. The error is indicating [this line](https://github.com/flant/loghouse/blob/6ce3feb65edb765f80275a4d660776aad5abbe19/charts/loghouse/templates/clickhouse/clickhouse-pvc.yaml#L13) is the problem. Here's my storage settings: ``` storage: pvc: storageClassName: "-" name: clickhouse accessMode: ReadWriteOnce size: 20Gi...

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies

Improvement for #115. Allows to parse inner json objects (only one level deep). For example, we have this log message: ```json { "message": "some message", "someData1": { "someKey1": "someValue1", "someKey2":...

Hi, Our log message looks like ``` { "message": "som message" "context": {some json} } ``` Problem is, with current fluentd configuration, context goes to clickhouse as a plain text...