If set of CloudWatch log groups...
example1.{guid}
example2.{guid}
example3.{guid}
Is it possible to configure filebeat.inputs for aws-cloudwatch with a single entry using wildcard? Like for example set above with "example*.*"?
Documentation seems to indicate that's possible...
filebeat.inputs:
- type: aws-cloudwatch
log_group_arn: arn:aws:logs:us-east-1:428152502467:log-group:test:*
But that * must be at end, and is really just the actual ARN reference for that group not really a "wildcard".