Artem Kladov

Results 56 issues of Artem Kladov

Mentions slack group of the developer's team if workflow fails.

linstor 1.18.2 There is the `NotImplemented` error when creating S3 remote and using non-AWS S3 object storage. Tested with Google Cloud Storage and DigitalOcean Space. It seems that some functions...

All clusters are different: bare metal, GCE, AWS, Azure… There should be several installation configurations: - ClickHouse with local index on each node. Best option for bare metal; it lowers...

Fluentd is feature rich while loghouse uses it as a log forwarder only. Small Go program will do this job better.

Discuss possible advantages of implementing a plugin for kubectl. This plugin can use Kubernetes API extension and act as a CLI utility for Loghouse.

Loghouse queries can be used as metrics for Prometheus. Consider query `select count(*) as value, namespace from logs where log ~ ".*error.*" group by namespace`. This query can be run...

Loghouse has simple user permissions. User can be granted to access to a namespace and can be an admin (is_admin flag). However, namespaces belong to teams, so more fine permission...

enhancement

Query field must be autocompleted with labels list. Prometheus query (see example below) should be used as a reference. ![image](https://user-images.githubusercontent.com/6360800/36427018-feaa76f6-165c-11e8-8e25-6f7eed8fb2ba.png)

Loghouse-dashboard can be embedded in kubernetes-dashboard as a plugin.

Kubernetes API can be extended by third party modules. We can add Loghouse specific endpoints. CLI utility can use kubeconfig and connect to kubeapi instead of specific Loghouse address. This...