Hi All,
I am exploring below list items on rancher server for windows environments,
- Production level monitoring
- Centralised logging mechanism for containers
Can any one point me to correct links or articles on whether this is possible and how to achieve this.
I could find many articles and links for using ELK stack and Prometheus, but they all are or linux based containers.
Thanks in advance,
Vishnu
We are using graylog as central logging service. it is very easy as elf log driver included in docker …
Logging is configured from ranchers gui.
Look here for cli example … https://www.graylog.org/blog/28-centralized-docker-container-logging-with-native-graylog-integration
Hi @frintrop
Thank you. I tried to implement this by integrating a hello world image with graylog.I have my graylog web UI up and running.
I created plain text UDP input and sent log and same was seen in Graylog UI.
Next I created a input of GELF UDP type with port 7990 .None of these logs seems getting pushed to graylog.
Do you think corporate proxy will be the issue?
Regards,
VVP
HI @frintrop,
I figured it out and looks good.
Thank you for pointing towards graylog.
Regards,
Vishnu