Browse Source

Corrected a Typo

pull/977/head
jmanuelcorral 5 years ago
parent
commit
0dcc46caf4
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      elk/Readme.md

+ 3
- 1
elk/Readme.md View File

@ -9,7 +9,9 @@ eshopOnContainers is ready for work with ELK, you only need to setup the configu
There is another option, a zero-configuration environment for testing the integration launching via ```docker-compose``` command, on the root directory of eshopOnContainers: There is another option, a zero-configuration environment for testing the integration launching via ```docker-compose``` command, on the root directory of eshopOnContainers:
```sh ```sh
docker-compose -f docker-compose.yml -f docker-compose.override.yml -f docker-compose.elk.yml
docker-compose -f docker-compose.yml -f docker-compose.override.yml -f docker-compose.elk.yml build
docker-compose -f docker-compose.yml -f docker-compose.override.yml -f docker-compose.elk.yml up
``` ```
### Configuring Logstash index on Kibana ### Configuring Logstash index on Kibana


Loading…
Cancel
Save