How to send EJBCA container logs to Kibana #413
-
Hi! How can I configure EJBCA-CE container so, that it sends all its logs to Kibana server? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
primetomas
Nov 15, 2023
Replies: 1 comment
-
That would be a configuration in your container runtime, kubernetes or what you may be using. EJBCA sends to stdout, as best practice, and your runtime will be configured to consume the container log/output and send it wherever you want. See for example https://sematext.com/guides/docker-logs/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aloeenmae
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That would be a configuration in your container runtime, kubernetes or what you may be using. EJBCA sends to stdout, as best practice, and your runtime will be configured to consume the container log/output and send it wherever you want.
See for example https://sematext.com/guides/docker-logs/