-
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 GCP module: Dashboards do not fully work #29815
Comments
Pinging @elastic/integrations (Team:Integrations) |
cc: @endorama |
A fix for the unnecessary cluster name in the query is on the way. |
I'm investigating why the @felix-lessoer I see you are not using the |
The configuration above is what we have in the Docs. So thats the reason why it is like this. Also I started to collect metrics from dataflow and logging metric types. It turned out that it is a bit hard to identify the service these metrics belong to if the user does not know the documentation from google. If you are working on that it would be a good idea to fix that too by publishing the service of the metrics too. |
A fix for the wrong query values in ongoing in the linked PR. @felix-lessoer I suspect that configuration is the issue; may you please try with:
GKE has a dedicated metricset. I tested it out today and |
The fix to the dashboard will be release as part of 7.17. |
@felix-lessoer do you have any update on this? |
In elastic#29815 was showcased an issue partially born out of a wrong default configuration. GKE metrics can be pulled from GCP Cloud Monitoring using the `gke` metricset instead of using the generic `metrics` metricset. This is not causing issues but there is no reason why the default documentation should provide the hard way to do it instead of the easy one.
I published an update to the documentation in #30771 so that default configuration uses the |
I'm working on ingesting GCP related data into an Elastic Cloud cluster.
I'm using the GCP Metricbeat module to ingest all relevant metric data as their is no Elastic Agent equivalent atm.
The GKE overview dashboard has some issues. Main one is that the field
gcp.labels.resource.node_name
gets not populated in my case. Also the namespace visualization has a query inside that is filtering to an explicit cluster namePlease include configurations and logs if available.
Metricbeat configuration:
For confirmed bugs, please report:
1.) Create a new cluster
2.) Configure metricbeat to load as much data as possible from GCP module into ES. Use GCP project that has GKE enabled.
3.) Setup Metricbeat
4.) Open the GKE Overview dashboard
The text was updated successfully, but these errors were encountered: