We plan to run JIRA over kubernetes - typically containers in kubernetes write to STDOUT from there the data is captured and sent to log solution like elastic search.
especially as container may crush and data can be lost.
JIRA and JVM container save STDOUT and STDERR to log files
So is it passable to redirect logs to STDOUT?
Found a workaround solution using kubernetes "sidecar" - see here https://kubernetes.io/docs/concepts/cluster-administration/logging/#using-a-sidecar-container-with-the-logging-agent
basically it's a daemon container on the same pod that prints out a specific log file tail
Hello @Yuval Zaltz ,
We have the following Knowledge base article detailing the steps on how to change the default logging locations, check it out and let me know how it goes:
Regards,
Earl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks - My instance is on Kubernetes and using Atlassian Docker (Ubuntu based i believe).
So this does not apply
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.