-
Epic
-
Resolution: Unresolved
-
Major
-
Logging 6.0.0
-
http-proxy
-
Improvement
-
False
-
None
-
False
-
Not Selected
-
NEW
-
In Progress
-
NEW
-
0% To Do, 100% In Progress, 0% Done
-
With this update, HTTP outputs have a 'proxy' field, which allows log data to be sent via a HTTP proxy.
-
Enhancement
Problem
When the HCP cluster forwards audit logs to the private guest cluster via a konnectivity proxy, it's necessary to forward logs via HTTP/HTTPS proxy.
The current CLF spec does not allow to config custom proxy for the outputs.
#example config
spec:
inputs:
- name: http-receiver
receiver:
http:
format: kubeAPIAudit
port: 8443
outputs:
- name: hostedcluster
type: http
url: https://172.30.159.35:9110
Done Criteria
- Allow to config http/https proxy to CLF CR
- Collector pods should forward logs via HTTP/HTTPS proxy