Commit 5e66f83f authored by Michael Tarleton's avatar Michael Tarleton

Removed the json plugin and updated the README.

parent 7a49c168
...@@ -112,7 +112,7 @@ logstash: ...@@ -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?
......
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
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment