minor updates
parent
7fd299a4d8
commit
ffe783dccf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue