Skip to content

Commit

Permalink
logstash configuration added
Browse files Browse the repository at this point in the history
  • Loading branch information
hkulekci committed Oct 28, 2018
1 parent 58da320 commit e33ad3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .docker/logstash/conf/logstash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ filter {
source => "categories"
target => "categories"
}
json {
source => "completion"
target => "completion"
}
mutate { remove_field => [ "@version", "@timestamp" ] }
}

Expand Down

0 comments on commit e33ad3f

Please sign in to comment.