Guest User

Untitled

a guest
Jul 15th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. input {
  2. # Receive Cisco ASA logs on the standard syslog UDP port 514
  3. udp {
  4. port => 55514
  5. type => "cisco-fw"
  6. }
  7. }
  8.  
  9.  
  10. input {
  11. # Receive syslog logs from servers
  12. beats {
  13. port => 55515
  14. }
  15. }
Add Comment
Please, Sign In to add comment