Saving a static dashboardedit

Dashboards can also be saved to disk on your server as .json files. Place them in the app/dashboards directory and access them via

http://your_host/index.html#/dashboard/file/MYDASHBOARD.json

Where MYDASHBOARD.json is the name of the file on disk. Note the path /#dashboard/file/ appears similar to the above path for accessing Elasticsearch stored dashboards, but in this case we are accessing a file instead of elasticsearch. For information on exporting the dashboard schema to a file see The Dashboard Schema Explained