Raghu999
Raghu999
+1 for this feature
I think your issue is with `"HAPROXY_0_REDIRECT_TO_HTTPS": "true"` try removing that parameter and test
Seems like that is because of your template `mode tcp` you are enabling the tcp on the 443 port but your config is referring to work on https. ``` frontend...
How are you configuring your certificate? Marathon-LB expects the certificate to be formatted in a certain manner with new lines try `sed ':a;N;$!ba;s/\n/\\n/g' key.pem` and add the cert to `ssl-cert`...
I am not sure how you are routing that traffic if I am not wrong you are pointing your domain to a CNAME of marathon-lb. From what I understood, All...
@paambaati Below are the labels we give to mobile application. ``` "labels": { "HAPROXY_0_REDIRECT_TO_HTTPS_WITH_PATH": "true,/mobile", "HAPROXY_0_REDIRECT_TO_HTTPS": "true", "HAPROXY_GROUP": "external", "HAPROXY_0_PORT": "10166", "HAPROXY_0_PATH": "-i /mobile", "HAPROXY_0_BACKEND_REDIRECT_HTTP_TO_HTTPS_WITH_PATH": " redirect scheme https code...
I am also seeing the same Error ``` MacBook-Pro:kibana rchall201$ curl -X POST http://localhost:31670/rampage Failed to list apps ```
At [Comcast](https://www.xfinity.com/) we are using vector in production for 4 teams with one team handling close to 8TB of ingest/day using vector. We are currently shipping all our logs to...
+1 for avro support , I am new to rust I can try contributing back with some help is this feature an approved usecase for vector?
Thanks for the great feedback! You've captured the ideal implementation perfectly. Moving this logic into the `sending_queue` itself, rather than limiting it to specific exporters, is exactly what I was...