-
Notifications
You must be signed in to change notification settings - Fork 0
OpenSearch Dashboard
Romain Tartière edited this page Sep 10, 2021
·
2 revisions
Dashboard are exported with:
curl --basic --user admin:admin 'http://localhost:5601/api/opensearch-dashboards/dashboards/export?dashboard=cbd03fc0-f63e-11eb-8fee-fda0e8598985'
Import with:
curl --basic --user admin:admin -XPOST -H 'osd-xsrf: true' -H 'Content-Type: application/json' 'http://localhost:5601/api/opensearch-dashboards/dashboards/import' -d @/path/to/json