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