replace fig-elk references with docker-elk

This commit is contained in:
Anthony Lapenna 2016-05-18 09:05:59 +12:00
parent 9da3ffb312
commit 3b8b9e265f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Docker ELK stack
[![Join the chat at https://gitter.im/deviantony/fig-elk](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/deviantony/fig-elk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/deviantony/docker-elk](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/deviantony/docker-elk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Run the latest version of the ELK (Elasticseach, Logstash, Kibana) stack with Docker and Docker-compose.
@ -27,7 +27,7 @@ For example on Redhat and CentOS, the following will apply the proper context:
````bash
.-root@centos ~
-$ chcon -R system_u:object_r:admin_home_t:s0 fig-elk/
-$ chcon -R system_u:object_r:admin_home_t:s0 docker-elk/
````
# Usage