send filtered log message of Metric Filter to Lambda function

0

Hi All,

I want to know weather I can send filtered log message of Metric Filter to Lambda function, just like subscription filter. But there is a limit of 2 subscription filters per log group so I cannot use it. Suggest me if any possible ways with metric filter.

1 Answer
0
Accepted Answer

You cannot send logs to Lambda using a metrics filter.
Metrics filtering is a function that filters logs and counts necessary information as metric values.
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/MonitoringLogData.html

You can search and filter the log data coming into CloudWatch Logs by creating one or more metric filters. Metric filters define the terms and patterns to look for in log data as it is sent to CloudWatch Logs. CloudWatch Logs uses these metric filters to turn log data into numerical CloudWatch metrics that you can graph or set an alarm on.

Use the subscription filter.
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/SubscriptionFilters.html#LambdaFunctionExample

profile picture
EXPERT
answered 10 months ago
profile picture
EXPERT
reviewed a month 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