You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
@alok87 Thanks, but I wanted to forward the events to an external endpoint. So I tried this, but nothing was sent.
Even I don't know what glog was supposed to mean.
If you have filebeat/logstash in your cluster, you can use stdout instead of glog as an external sink, and your logging solution should pick it up, just like logs from all other pods. I deployed this app using helm yesterday with stdout as the sink, and can see the events in Kibana. My config.json ConfigMap mounted to the pod looks like this:
data:
config.json: |- { "sink": "stdout" }
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Could someone add docs into README.md on how to configure sinks?
Preferably in a form that k8s noobs could use
The text was updated successfully, but these errors were encountered: