Created
July 29, 2022 02:05
-
-
Save harivemula/354232d4da04566c8f0854f562c37b15 to your computer and use it in GitHub Desktop.
Import kibana dashboard to AWS OpenSearch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' \ | |
[email protected]_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