From de2a236e13a456470f658d4f9931ca9100f29d72 Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Fri, 29 Jan 2016 16:16:59 +0800 Subject: [PATCH] fix kibana load dashboard command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 500643bd..eb149bfc 100644 --- a/README.md +++ b/README.md @@ -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)