[BUG] metricbeat dashboards fail to install
See original GitHub issueAttempting to install metricbeat (7.12.1) dashboards into the opensearch-dashboard fails due to the Kibana version check.
The workaround is to manually upload them with curl, for example:
curl -k -XPOST -u USER:PASSWORD -H "osd-xsrf: true" -H 'content-type: application/json' \
https://DASHBOARD-HOSTNAME:5601/api/opensearch-dashboards/dashboards/import?exclude=index-patterh\&force=true \
-d@/usr/share/metricbeat/kibana/7/dashboard/Metricbeat-system-overview.json
The command above appears to succeed (200 status), but the uploaded dashboards never show up in the “dashboards” section of the GUI and there are no errors in the logs indicating a problem.
Is there any guidance for installing the metricbeat dashboards to opensearch/opensearch-dashboard 1.0.1 ?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Metricbeat does not install dashboards when running setup
Metricbeat 6.2.3 reports a failure when attempting to install the kibana dashboards as the command expects the kibana/6 folder to be in the ......
Read more >sysutils/beats7: Filebeat dashboards fail to install on setup
Any updates on this issue? I'm seeing the same problems with metricbeat when importing the dashboards, so I guess it affects all beats....
Read more >resource 'metricbeat-7.5.0' exists, but it is not an alias) - Stack ...
Problem with Kibana unable to load Dashboards (Exiting: resource 'metricbeat-7.5.0' exists, but it is not an alias) · How did you install ......
Read more >Unable to load beat dashboards on kibana - Users Feedback
I suggest to uninstall readonlyrest from Kibana and reinstall it after you are done. We'll will fix that bug ASAP. sscarduzio (Simone Scarduzio) ......
Read more >Permissions for metricbeat to load dashboards into Kibana
metricbeat setup. Loaded index template. Exiting: Error importing Kibana dashboards: fail to import the dashboards in Kibana: Error ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was mistaken. They are visible, but only in the private tenant exclusive to the user id that uploaded them.
Is there a way to make them globally available?
Filebeat 7.17.3 suricata dashboards:
I suspect one would need to import the related visualizations first but I have no idea how to do that.