Mention required img rebuild on Dockerfile change (#144)
This commit is contained in:
parent
36ca7e52a5
commit
ba1acc1fe5
|
@ -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?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue