From ffe783dccf1a9923019c46c3c70b7ecef40ebd6d Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Thu, 28 Jan 2016 16:21:04 +0800 Subject: [PATCH] minor updates --- README.md | 2 +- packetbeat_ek/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31621f80..3e5151f3 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Use nginx as a proxy with authentication for backend application. ## packetbeat_ek Demo the packetbeat, elasticsearch and kibana. -Some kibana dashboard config files are included. +Some kibana [dashboard config](https://github.com/elastic/beats-dashboards) files are included. To import them, after all containers startup, go inside the kibana container, and run ```sh diff --git a/packetbeat_ek/docker-compose.yml b/packetbeat_ek/docker-compose.yml index baae97b9..ebca62d6 100644 --- a/packetbeat_ek/docker-compose.yml +++ b/packetbeat_ek/docker-compose.yml @@ -1,7 +1,7 @@ # This compose file will use packetbeat with elasticsearch and kibana # elasticsearch will listen on local 9200, and use /opt/data/elasticsearch for storage. # es node can scale out. -# kibana will liten on local 5601, will load dashboard following https://www.elastic.co/guide/en/beats/libbeat/1.0.1/getting-started.html#load-kibana-dashboards. +# kibana will liten on local 5601, will load dashboard following steps on https://www.elastic.co/guide/en/beats/libbeat/1.0.1/getting-started.html#load-kibana-dashboards. # https://github.com/yeasy/docker-compose-files