Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 0d5c62e

Browse files
committed
Add additional note on how to add new dashboards
1 parent 5a5259b commit 0d5c62e

File tree

1 file changed

+1
-1
lines changed
  • persistence/persistence-elastic/dashboardImporter

1 file changed

+1
-1
lines changed

persistence/persistence-elastic/dashboardImporter/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This comes pre-bundled as a kubernetes job. If you install the Elastic Persisten
55

66
## Updating the Kibana Dashboards
77

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.
99

1010
```bash
1111
# Default call. Assumes Kibana to be available at "http://localhost:5601"

0 commit comments

Comments
 (0)