Removed the json plugin example from the logstash config.

This commit is contained in:
Michael Tarleton 2016-06-13 20:51:21 -05:00
parent 5e66f83fd0
commit 997f42403c
1 changed files with 0 additions and 7 deletions

View File

@ -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"