Skip to content

[BUG] metricbeat dashboards fail to install #831

@wyllys66

Description

@wyllys66

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions