I have deployed functionbeat to aws -> type: cloudwatch_logs
Is there a way to have more than one trigger tho? I am trying to get functionbeat to trigger on multiple cloudwatch log groups but I keep getting errors. Ive tryed to put the log group names on the same line, on different lines, in a list, as strings, nothing...
functionbeat.provider.aws.deploy_bucket: "functionbeat-s3bucket-deploy"
functionbeat.provider.aws.functions:
- name: cloudwatch-cdk-ingestor
enabled: true
type: cloudwatch_logs
description: "lambda function for cloudwatch log /cdk-ingestor"
triggers:
- log_group_name: /cdk-ingestor
- log_group_name: /datawarehouse-lib