Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. filebeat:
  2. prospectors:
  3. paths:
  4. - /var/log/foo.log
  5. fields:
  6. type: foo
  7. output:
  8. logstash:
  9.  
  10. [...]
  11.  
  12.  
  13. -------->
  14.  
  15.  
  16. {
  17. "message" => "1444636537.881",
  18. "@version" => "1",
  19. "@timestamp" => "2015-11-02T23:43:39.881Z",
  20. "type" => "log",
  21. "count" => 1,
  22. "fields" => {
  23. "type" => "foo"
  24. },
  25. "fileinfo" => {},
  26. "line" => 14158,
  27. "offset" => 381315,
  28. "source" => "/var/log/foo",
  29.  
  30. [...]
  31.  
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement