Removed the json plugin example from the logstash config.
This commit is contained in:
parent
5e66f83fd0
commit
997f42403c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue