fix kibana load dashboard command

pull/1/head
Baohua Yang 2016-01-29 16:16:59 +08:00
parent fd7be68946
commit de2a236e13
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Some kibana [dashboard config](https://github.com/elastic/beats-dashboards) file
To import them, after all containers startup, go inside the kibana container, and run
```sh
$ /kibana/beats-dashboards-1.0.1/load.sh http://elasticsearch:9200
$ cd /kibana/beats-dashboards-1.0.1 && ./load.sh http://elasticsearch:9200
```
## [registry_mirror](registry_mirror)