From 3b8b9e265fe331717e3ce9673db049ba7fd1ee86 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 18 May 2016 09:05:59 +1200 Subject: [PATCH] replace fig-elk references with docker-elk --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb44394..e99dd3b 100644 --- a/README.md +++ b/README.md @@ -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