Audit logs for AWS Redis

0

We are using ElastiCache for Redis to see the audit logs for queries which we execute on Redis, but Slow Log contains only below information:

  • CacheClusterId
  • CacheNodeId
  • Id
  • Timestamp
  • Duration
  • Command
  • ClientAddress
  • ClientName

Is there is any way so that we can see the all the audit logs information for Redis along with executed query in redis.

Subrato
asked 6 months ago403 views
2 Answers
0

Hello.

As far as reading this document, it seems that audit logs are not supported.
https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Log_Delivery.html

profile picture
EXPERT
answered 6 months ago
  • Can we say that Slow Logs are the audit logs for the executed query in Redis cluster??

  • Slow logs cannot be audit logs.

0

Can we say that Slow Logs are the audit logs for the executed query in Redis cluster??

Subrato
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions