-
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 7.14.2] Adding log_group_name_prefix in aws-cloudwatch input #29006
Labels
Team:Integrations
Label for the Integrations team
Comments
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Nov 17, 2021
How can I add Labels? |
@kaiyan-sheng . |
Pinging @elastic/integrations (Team:Integrations) |
botelastic
bot
removed
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Nov 22, 2021
6 tasks
@kaiyan-sheng |
@chyeyun 8.0.0 would be the version 🙂 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the example which is my AWS cloudwatch log groups.
I'm trying to get all log groups, and I tested to get log groups which are started '/aws' at first.
filebeat.yml configuration:
But filebeat fetchs only one log group, for instance '/aws/eks/mo-cluster' just like this:
When I apply
log_group_name_prefix: aws
, it's same.There is no other log group after that and no error message.
It was confirmed in the issue #21528 that the reason the log_group_name_prefix option was applied was to get multiple logs.
So What should I put values on 'log_group_name_prefix' to get all log groups( I have 100~200 log groups)?
***bug issue
I think this 'workerOnce.Do()' line in code seems like a bug.
https://github.com/elastic/beats/blame/fd322dad6ceafec40c84df4d2a0694ea357d16cc/x-pack/filebeat/input/awscloudwatch/input.go#L151
The text was updated successfully, but these errors were encountered: