replace fig-elk references with docker-elk
This commit is contained in:
parent
9da3ffb312
commit
3b8b9e265f
|
@ -1,6 +1,6 @@
|
||||||
# Docker ELK stack
|
# Docker ELK stack
|
||||||
|
|
||||||
[](https://gitter.im/deviantony/fig-elk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](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.
|
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
|
````bash
|
||||||
.-root@centos ~
|
.-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
|
# Usage
|
||||||
|
|
Loading…
Reference in New Issue