I am using functionbeat 7.9 to integrate with AWS lambda logs and I am currently providing multiple log group names to fetch data from each of them.
- log_group_name: /aws/lambda/Summary
- log_group_name: /aws/api-gateway/document
- log_group_name: /aws/lambda/portfolio
However, I am looking to use all log groups, which should ideally be
- log_group_name: /aws/*
The above isnt working to pick up all groups. What is the right way to set the yml to pick up all log groups without having to give them individually?
Please help me figure this out.
Thanks