- Export all the dashboards, visualizations, and searches that you would like to make available into a set of three json files.
- Replace every instance of the space ID in each json with "SPACE_ID_PLACE_HOLDER". For example, rename: "4f33a37d-80be-487c-9bf8-2dbde1248bd9_Liberty-Memory-K4-20161204-experimental" to "SPACE_ID_PLACE_HOLDER_Liberty-Memory-K4-20161204-experimental"
- Rename the json files to <product>-kibana4-dashboards.json, <product>-kibana4-visualizations.json, and <product>-kibana4-searches.json as appropriate.
- If uploading a new Kibana 4 dashboard, create a folder with the name of the product and place the dashboards, visualizations, and searches json files in that folder. Or if updating an existing dashboard, simply replace the three existing json files. Note: the folder name and <product> must be exactly the same. For instance, the "twas-kibana4-visualizations.json" file should be placed in the "twas" folder.
- Submit a pull request.
You must rename the "_id" and the "title" for each dashboard, search, or visualization you modify. This insures that any previously published dashboards, searches, or visualizations will not be overwritten.