Advertisement
Guest User

Untitled

a guest
Feb 10th, 2014
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. {
  2. "network": {
  3. "servers": [ "xyxyxyxy" ],
  4. "ssl certificate": "/etc/ssl/certs/logstash-forwarder.crt",
  5. "ssl key": "/etc/ssl/private/logstash-forwarder.key",
  6. "ssl ca": "/etc/ssl/certs/logstash-forwarder.crt"
  7. },
  8. "files": [
  9. {
  10. "paths": [ "/var/log/messages" ],
  11. "fields": { "type": "iptables" }
  12. },
  13. {
  14. "paths": [ "/etc/httpd/logs/error_log" ],
  15. "fields": { "type": "apache" }
  16. },
  17. {
  18. "paths": [ "/var/log/maillog"],
  19. "fields": {"type": "mail"}
  20. },
  21. {
  22. "paths": ["/var/log/lfd.log"],
  23. "fields": {"type": "lfd"}
  24. }
  25.  
  26. ]
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement