Removed the json plugin and updated the README.

This commit is contained in:
Michael Tarleton 2016-06-13 20:50:19 -05:00
parent 7a49c1681f
commit 5e66f83fd0
2 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ logstash:
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`)
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?

View File

@ -1,4 +1,4 @@
FROM logstash:latest
# Install plugins
RUN logstash-plugin install logstash-filter-json
# Add your logstash plugins setup here
# Example: RUN logstash-plugin install logstash-filter-json