You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the in_cloudwatch_logs to retrieve RDS logs from CW. I'm trying to retrieve logs from many databases, hence many log groups and log streams.
Actually, the plugin only support the usage of prefixes for log_stream name. I'd like to retrieve all the log streams matching the log_group I've provided, is there a way to patch the code ?
log group:
/aws/rds/instance/*/postgresql => Using "log_group /aws/rds/instance/" with prefix to true
log_stream:
*-master.0 => wildcard on all RDS instances
Problem
I'm using the in_cloudwatch_logs to retrieve RDS logs from CW. I'm trying to retrieve logs from many databases, hence many log groups and log streams.
Actually, the plugin only support the usage of prefixes for log_stream name. I'd like to retrieve all the log streams matching the log_group I've provided, is there a way to patch the code ?
log group:
/aws/rds/instance/*/postgresql => Using "log_group /aws/rds/instance/" with prefix to true
log_stream:
*-master.0 => wildcard on all RDS instances
Thanks
...
Using Fluentd and CloudWatchLogs plugin versions
The text was updated successfully, but these errors were encountered: