rufreakde

Results 41 comments of rufreakde

Since I stumbled across this issue and I think it is a little bit related I will share what worked for me: ```bash echo -n : | base64 ``` And...

I had the same issue using MacOS. ``` CHROME_NOT_INSTALLED: Check whether Chrome is installed and a NativeMessagingHosts folder exists at the following location: MacOS: ~/Library/Application Support/Google/Chrome/NativeMessagingHosts ``` I created the...

We could solve the echo issues on chrome: chrome://settings/content/microphone By just setting the microphone used to the "real microphone" default was "What U hear" resulting in big big echos...

I would like to Bumb this issue I tried to use: ```http://loki-gateway.monitoring.svc.cluster.local:3100/``` which is mentioned in the official guide: ```http://-gateway..svc.cluster.local:3100/``` https://grafana.com/docs/loki/latest/installation/simple-scalable-helm/ But it fails when I press save and test

changed to helm chart distributed that worked... ```http://monitoring-loki-loki-distributed-gateway.monitoring.svc.cluster.local/```

Thanks for your reply trevorwhitney. I will test it at some point (since it was urgent we had to use loki-stack chart for now) But the point is that maybe...

What I see missing here are values.yaml defaults that work out of the box together for all helm charts! I would have loved to use: - Grafana - loki-simple-scaleable -...

@trevorwhitney > FWIW, `loki-simple-scalable` is the most actively maintained by the Loki team at GL, and is the only helm chart we run in our own cloud (most of which...

@maximnaidenov Did you think about a solution like this: Starting a main browser session (that is just started on a test run to enable incognito windows) Combined with starting incognito...

There seem to be some examples https://github.com/fluent/fluent-bit/blob/master/conf/parsers.conf Not sure if they are valid though