Mention required img rebuild on Dockerfile change (#144)

This commit is contained in:
TomonoriSoejima 2017-07-02 06:46:46 +09:00 committed by Antoine Cotten
parent 36ca7e52a5
commit ba1acc1fe5
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ To add plugins to any ELK component you have to:
1. Add a `RUN` statement to the corresponding `Dockerfile` (eg. `RUN logstash-plugin install logstash-filter-json`) 1. Add a `RUN` statement to the corresponding `Dockerfile` (eg. `RUN logstash-plugin install logstash-filter-json`)
2. Add the associated plugin code configuration to the service configuration (eg. Logstash input/output) 2. Add the associated plugin code configuration to the service configuration (eg. Logstash input/output)
3. Rebuild the images using the `docker-compose build` command
### How can I enable the provided extensions? ### How can I enable the provided extensions?