-
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
[Metricbeat] Allow to specify more than one regions in googlecloud module #17835
Comments
Pinging @elastic/integrations-platforms (Team:Platforms) |
can this one be closed now? |
Not yet I think. Right now we accept partial region/zone as input parameter but not a list of strings. |
sorry, my bad, I misread this! |
@kaiyan-sheng do you think we can close this? Is 2 years old, is an enhancement but the functionality can already be used today. |
@kaiyan-sheng and I discussed this, and there is still a consolidation benefit from implementing this. AWS does it, Azure does not need it (as it leverages subscriptions) and GCP leverage globs, which are not the most expressive way. Would be nice to introduce a region list, like in AWS. We need to check if the reason why GCP is using glob is related to internal SDK usage and the feasibility of migrating to a list. |
Right now googlecloud module only accept
region
parameter for one specific region, not a list of regions, which means if you want to collect metrics from more than one region, you need to repeat the config like below:It will be nice introduce a config parameter called
regions
to accept a list of strings:The text was updated successfully, but these errors were encountered: