Removed the json plugin and updated the README.
This commit is contained in:
parent
7a49c1681f
commit
5e66f83fd0
|
@ -112,7 +112,7 @@ logstash:
|
||||||
To add plugins to logstash you have to:
|
To add plugins to logstash you have to:
|
||||||
|
|
||||||
1. Add a RUN statement to the `logstash/Dockerfile` (ex. `RUN logstash-plugin install logstash-filter-json`)
|
1. Add a RUN statement to the `logstash/Dockerfile` (ex. `RUN logstash-plugin install logstash-filter-json`)
|
||||||
2. Add the associated plugin code to the `logstash/config/logstash.conf` file
|
2. Add the associated plugin code configuration to the `logstash/config/logstash.conf` file
|
||||||
|
|
||||||
## How can I enable a remote JMX connection to Logstash?
|
## How can I enable a remote JMX connection to Logstash?
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM logstash:latest
|
FROM logstash:latest
|
||||||
|
|
||||||
# Install plugins
|
# Add your logstash plugins setup here
|
||||||
RUN logstash-plugin install logstash-filter-json
|
# Example: RUN logstash-plugin install logstash-filter-json
|
Loading…
Reference in New Issue