Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save harivemula/354232d4da04566c8f0854f562c37b15 to your computer and use it in GitHub Desktop.
Save harivemula/354232d4da04566c8f0854f562c37b15 to your computer and use it in GitHub Desktop.
Import kibana dashboard to AWS OpenSearch
curl \
-k \
-X POST \
-b auth.txt \
-H 'osd-xsrf: true' \
-H 'Content-Type: application/json' \
'https://<URL>/_dashboards/api/opensearch-dashboards/dashboards/import?exclude=index-pattern&force=true' \
-d@metricbeat-7.12.1-linux-x86_64/kibana/7/dashboard/Metricbeat-system-overview.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment