-
By default, Centralized Logging with OpenSearch don't support ElastiCache for Redis logs in service logs pipelines. How to ingest it via S3 source feature? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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
Step 2. Create a log ingestion pipeline
You will see the pipeline is in Creating status, and it will take approximate 5~8 minutes to turn into Active. Step 3. Import a pre-defined Redis Engine log Dashboard
Please select Create new objects with random IDs. Then click Import, an OpenSearch Dashboard and index pattern will automatically be generated for your redis engine index, which allows you to view redis engine log dashboard.
Step 4. View Redis Engine Log Dashboard
|
Beta Was this translation helpful? Give feedback.
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
Go to CLO Console, choose Log Configs on the left navigation bar.
Choose Create a log config, type in the Config Name, such as "redis-engine".
Choose the log type as "JSON".
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/…