Doug Smith

Results 14 comments of Doug Smith

What is the status on this?

Hi @1123183721, In order to help us investigate, could you please provide your full configuration and clarify what you mean by the output of the loki sink is empty. Does...

I've been able to confirm this behavior, specifically for the `text` codec. Repro: Start loki on localhost:3100 using docker ([guide](https://github.com/vectordotdev/vector/wiki/Testing-the-%60loki%60-sink)). Run vector with the following config ``` data_dir = "/var/lib/vector"...

Note that this behavior only occurs when log namespacing is enabled. When log namespacing is enabled, you need to manually set the semantic meaning for the message like so ```...

We haven't had a chance to fix this. If you run into the `spec.ports: Required value` error message, you should set `service.enabled=false` to avoid creating the kubernetes service altogether.

If anyone is interested in updating this, the fix would be similar to what is done [here](https://github.com/DataDog/helm-charts/blob/896a355268ff6b3cfd33f945ae373912caa8b6e4/charts/observability-pipelines-worker/templates/service.yaml#L2)

Hi @ribetm, Thanks for bringing this to our attention. I've confirmed this behavior as well ``` helm install --dry-run --debug -f values.yaml vector vector/vector ``` with the following values.yaml file....

I was able to verify that this occurs when removing and then re-adding a sink with a disk buffer and was able to reproduce the behavior through the following sequence:...

> We would likely want to make it work somewhat more like a PID file, where any Vector process that wants to take the lock will confirm that, if the...