You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: persistence/persistence-elastic/dashboardImporter/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This comes pre-bundled as a kubernetes job. If you install the Elastic Persisten
5
5
6
6
## Updating the Kibana Dashboards
7
7
8
-
If you made changes to the Kibana Dashboards which you want rolled out to everybody, you can update the dashboards in the [dashboards](./dashboards/) folder. To update the easily you can use the [export-dashboards](./export-dashboards.sh) bash script.
8
+
If you made changes to the Kibana Dashboards which you want rolled out to everybody, you can update the dashboards in the [dashboards](./dashboards/) folder. To update the easily you can use the [export-dashboards](./export-dashboards.sh) bash script. If you added a new dashboard you'll need to update the script to create a mapping between filename and dashboard id.
9
9
10
10
```bash
11
11
# Default call. Assumes Kibana to be available at "http://localhost:5601"
0 commit comments