I had a connection incident with my Memorystore for Redis instance last night saying Redis server went away
and I would like to retrieve the logs to see what actually happened since Monitoring didn't provide much insight. It appears that this is harder than I expected.
There's no option for Memorystore in Cloud Logging to retrieve the logs - I've been searching through the documentation and SO for an answer for a few hours now and haven't found one. All I found is this doc that briefly mentions Redis produces logs that Cloud Logging captures.
- that's it.
I've even set up Audit Logging, enabling all options for Memorystore but it's just showing Access Logs and such, not the actual logs created by Redis, just as I feared. What am I missing here? Surely it can't be that cumbersome to retrieve the logs from Memorystore... If I'm on the wrong path and that's not how it's done then how can I achieve it? Am I supposed to connect to Redis from GCE as mentioned here and get the logs from there? I'm really confused, any help would be appreciated, thank you in advance.