input {
  stdin {
    type => "stdin-type"
  }

  file {
    type => "syslog"

    # Wildcards work, here :)
    path => [ "/usr/local/bro/logs/current/*.log" ]
  }
}

output {
  stdout { }
  elasticsearch { embedded => true }
}
