input {
beats {
port => "5044"
}
# The filter part of this file is commented out to indicate that it is
# optional.
# filter {
#
# }
output {
#stdout { codec => rubydebug }
elasticsearch {
hosts => [ "localhost:9200" ]