mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-16 07:16: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:
|
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
|
||||||
Reference in New Issue
Block a user