Functionbeat Get Data From All Log Groups

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

Is it the thread you're looking for? https://github.com/elastic/beats/issues/10756

Yes.It is unfortunate that there is no solution.Thank you.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.