How do I turn on log delivery for Redis SLOWLOG in an ElastiCache for Redis self-designed cluster?
2 minute read
0
I want to turn on log delivery for Redis SLOWLOG in an Amazon ElastiCache for Redis self-designed cluster.
Resolution
Prerequisites
Use Redis engine version 6.0 or later. If your engine version is earlier than 6.0, then use the slowlog get 128 command to manually retrieve the slow log. Each node has its own slow log and you must collect the log from each node within the cluster.