Skip to content

How to ingest Amazon ElastiCache for Redis Logs via Amazon S3? #180

Answered by Paul-AWS
Paul-AWS asked this question in Q&A
Discussion options

You must be logged in to vote

Step 0. Specify ElastiCache for Redis logs delivery into S3 bucket

Please refer to the document below to complete the logs configuration.

Document: Specifying log delivery using the Console

Choose Kinesis Firehose in Destination Type, to make sure delivering logs into S3 bucket.

Step 1. Create a Log Config

  1. Go to CLO Console, choose Log Configs on the left navigation bar.

  2. Choose Create a log config, type in the Config Name, such as "redis-engine".

  3. Choose the log type as "JSON".

  4. Type in the sample log in Sample Log text area. You may use the following logs as an example.

{ "CacheClusterId": "test-cluster-0003-001","CacheNodeId": "0002","LogLevel": "NOTICE","Role": "S","Time": "22/…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Paul-AWS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant