You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GoogleCloud Dashboards are using field names like googlecloud.compute.instance.cpu.utilization, while Metricbeat is sending fields like googlecloud.compute.instance.cpu.utilization.value. Note the .value at the end. This causes all visualizations to break.
setup Dashboards ./metricbeat setup --dashboards
start Metricbeat ./metricbeat -e
try to load Dashboard
Kibana will error with Error fetching fields for index pattern metricbeat-*
The text was updated successfully, but these errors were encountered:
The GoogleCloud Dashboards are using field names like
googlecloud.compute.instance.cpu.utilization
, while Metricbeat is sending fields likegooglecloud.compute.instance.cpu.utilization.value
. Note the.value
at the end. This causes all visualizations to break.For confirmed bugs, please report:
7.8.0-0dba676b
Setup Metricbeat with the GoogleCloud module
setup Dashboards
./metricbeat setup --dashboards
start Metricbeat
./metricbeat -e
try to load Dashboard
Kibana will error with
Error fetching fields for index pattern metricbeat-*
The text was updated successfully, but these errors were encountered: