-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Filebeat] Adding wildcard support for log_group_name in cloudwatch input #21528
Comments
Pinging @elastic/integrations-platforms (Team:Platforms) |
@srolskyi Thank you for reaching out! Yes we currently don't have the support for using wildcard in |
@kaiyan-sheng we have the same issue. |
any updates? :) |
Hi, |
@kaiyan-sheng |
Find awscloudwatch log groups by discovery(pattern)
For example I have ~400 log_groups and I should to parse only ~70
My log_group contain some similar names like:
My filebeat.yml configuration:
Got an error:
If I set: log_group_name: /development/application/* have similar issue:
getLogEventsFromCloudWatch failed: InvalidParameterException: 1 validation error detected: Value ':/development/application/*' at 'logGroupName' failed to satisfy constraint: Member must satisfy regular expression pattern: [\.\-_/#A-Za-z0-9]+
So for my configuration, I must set up 70 input configurations (for each log_group)? Or I lost something and I may use some special pattern?
The text was updated successfully, but these errors were encountered: