SRX

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.

Security Logging not working?

  • 1.  Security Logging not working?

    Posted 29 days ago

    Hello, 

    I have the following configuration, i've got a traffic policy set to log init/close but for some reason I am not receiving logs on my external server (papertrail) 

    Am I missing something? 

    I can ping that x.x.x.x IP from my source-address

    mode stream;
    format sd-syslog;
    source-address x.x.x.x;
    stream Papertrail {
        category all;
        host {
            x.x.x.x;
            port x.x.x.x;
            routing-instance Management;
        }
        transport {
            protocol tcp;
        }
    }