Commit 997f4240 authored by Michael Tarleton's avatar Michael Tarleton

Removed the json plugin example from the logstash config.

parent 5e66f83f
......@@ -6,13 +6,6 @@ input {
## Add your filters here
# Added a default json filter for parsing the "message" field
filter {
json {
source => "message"
}
}
output {
elasticsearch {
hosts => "elasticsearch:9200"
......
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