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
At the moment, once a pod dies, the logs are gone forever and they cannot be recovered anymore. This is not good in the long term since it makes it very hard to troubleshoot things
We need to push logs into the ElasticSearch that we run. I think the best way to do this is to start making sure that all systems push JSON logs, and then maybe run a fluent-bit side car that pushes all those JSON logs to the OpenSearch cluster
The text was updated successfully, but these errors were encountered:
At the moment, once a pod dies, the logs are gone forever and they cannot be recovered anymore. This is not good in the long term since it makes it very hard to troubleshoot things
We need to push logs into the ElasticSearch that we run. I think the best way to do this is to start making sure that all systems push JSON logs, and then maybe run a fluent-bit side car that pushes all those JSON logs to the OpenSearch cluster
The text was updated successfully, but these errors were encountered: