I have created Kibana dashboard in my local windows machine as DEV server.
I want to deploy my ELK stack with my dashboard into customer PROD server(which is located in another network).
Please advise me the best practice to handle this case.
I have created Kibana dashboard in my local windows machine as DEV server.
I want to deploy my ELK stack with my dashboard into customer PROD server(which is located in another network).
Please advise me the best practice to handle this case.
You can use saved objects import/export for this purpose. Saved Objects helps you keep track of and manage your saved objects. These objects store data for later use, including dashboards, visualizations, maps, index patterns, Canvas workpads, and more.
https://www.elastic.co/guide/en/kibana/current/managing-saved-objects.html
You can use the saved object export API for this purpose. It allows you to retrieve sets of saved objects that you want to import into Kibana.( in this case your PROD server)
POST /api/saved_objects/_export
POST /s/<space_id>/api/saved_objects/_export
hope it helps,
Thanks
Rashmi
https://www.elastic.co/guide/en/kibana/master/saved-objects-api-export.html
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.