Hide Forgot
Description of problem: We need a feature that would allow us to check to ensure that the logging stack was configured and working as designed. We are not looking to check the health of the pods. This request is asking for a status check on the EFK stack to ensure that the console is workings, the logs are being gathered, and the storage is healthy.
That would be a great addition to diagnostics. It would probably be pretty complicated.
I think we talked about it, but couldnt some variance of https://github.com/openshift/origin-aggregated-logging/blob/master/hack/testing/check-EFK-running.sh provide similiar results? Maybe it could be modified to be useful in the interim until a proper diagnostic solution could be created.
Should this not be done through liveness/readiness?