Attempting 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 ?
Attempting 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:
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 ?