mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-12 18:00:58 +01:00
Removed the json plugin and updated the README.
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user