1. input {
  2. # relp {
  3. # type => "relp"
  4. # port => 2514
  5. # }
  6. syslog {
  7. type => "syslog"
  8. port => 514
  9. }
  10. }
  11.  
  12. output {
  13. #stdout { debug => true debug_format => "json" }
  14. elasticsearch {
  15. embedded => true
  16. }
  17. }