minor updates

pull/1/head
Baohua Yang 2016-01-28 16:21:04 +08:00
parent 7fd299a4d8
commit ffe783dccf
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ Use nginx as a proxy with authentication for backend application.
## packetbeat_ek ## packetbeat_ek
Demo the packetbeat, elasticsearch and kibana. 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 To import them, after all containers startup, go inside the kibana container, and run
```sh ```sh

View File

@ -1,7 +1,7 @@
# This compose file will use packetbeat with elasticsearch and kibana # This compose file will use packetbeat with elasticsearch and kibana
# elasticsearch will listen on local 9200, and use /opt/data/elasticsearch for storage. # elasticsearch will listen on local 9200, and use /opt/data/elasticsearch for storage.
# es node can scale out. # 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 # https://github.com/yeasy/docker-compose-files