Karsten Jeschkies

Results 92 comments of Karsten Jeschkies

@trevorwhitney yes please.

Thanks for posting this. Would you have the position file or the Promtail instance?

Hi @patsevanton, we are using the service discovery from Prometheus: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#docker_sd_config It lists these labels ``` __meta_docker_container_id: the id of the container __meta_docker_container_name: the name of the container __meta_docker_container_network_mode: the...

:wave: this seems to be a duplicate of #5856 indeed. ~What is the version of you Docker daemon?~ The issue is with the Docker client used. Let me see if...

@shidarin and @dorinand thanks for clarifying. We nailed it down now to Docker client [ContainerLogs](https://github.com/grafana/loki/blob/main/clients/pkg/promtail/targets/docker/target.go#L99) not mixing well with [stdcopy.StdCopy](https://github.com/grafana/loki/blob/main/clients/pkg/promtail/targets/docker/target.go#L118) from the Golang Docker package.

@wengelbrecht-grafana this is an interesting request. What would you think about making Loki a Kafka producer instead?

I guess both solutions have their advantages. @deepto98 the one issue I see is configuration. Promtail's [client configuration](https://grafana.com/docs/loki/latest/clients/promtail/configuration/#clients) always assumes that the URL points to Loki. I'm not sure where...

> because other siem tools Out of curiosity, what SIEM tools are you using?

Joins definitely have value. However, we debated in the past if Loki is the tool to do these as we want to keep Loki scalable. As I am keen to...