Replies: 1 comment 2 replies
-
Hi @elwinar , To use the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't get the vector source to work through the GKE's Gateway.
The aggregator configuration is:
and is exposed via a service and a httproute (the API is enabled for the healthcheck policy).
Trying to send dummy logs to it with the following configuration :
results in the following log line:
(Relevant logs with debug enabled: vector-log.txt)
I get that I probably misconfigured something, but I can't find it out. I've tried port-forwarding the service locally to rule out missconfiguration of the source/sink and it's working properly, so it's probably the Gateway shitting the bed.
My current gateway is defined as follows:
The one listener does TLS termination for me.
I ended up switching to the http_server source to bypass the issue for now, I'll come back to it later. In the meantime, I would welcome any pointer or example if someone got it working.
Beta Was this translation helpful? Give feedback.
All reactions