Guest User

Untitled

a guest
Jan 21st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. tcp 1 0 10.3.6.165:44823 someip:10514 CLOSE_WAIT 30469/rsyslogd
  2.  
  3. $ModLoad imfile
  4.  
  5. # Input for nginx
  6. $InputFileName /var/log/nginx/api.myserver.com.ssl.json.log
  7. $InputFileTag nginx
  8. $InputFileStateFile nginx-access
  9. $InputFileSeverity info
  10. $InputFileFacility local1
  11. $InputRunFileMonitor
  12.  
  13. $WorkDirectory /var/spool/rsyslog
  14. local1.* @@somewhere:10514;myFormat
  15.  
  16. $ActionResumeRetryCount -1
Add Comment
Please, Sign In to add comment