I am getting this when trying to view the vsphere dashboards
Looks like you're getting an error message in un-parsed Markdown. The click here to re-create it
should be a link to the URL for the index pattern management page, but for some reason it's not parsing it correctly. In any case, you can try re-creating your metricbeat-*
index pattern and see if that restores your dashboards. You can read the docs for managing index patterns, but I can describe the steps here:
- Go to the Index Pattern Management page. In Kibana 7.7, this page is located at
[YOUR://KIBANA.URL]/app/kibana#/management/kibana/index_patterns
. You can also get here by clicking the icon shaped like a gear on the left toolbar, and then clicking Kibana > Index Patterns in the menu that appears:
- Click the
Create Index Pattern
button in the upper right corner of the screen
- Enter
metricbeat-*
in the Index Pattern field and then click Next Step
- Configure your time field. The value for this is usually
@timestamp
if you're using default Metricbeat settings
Let me know if that works!
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.