Description

This article describes the issue of J-Web being unable to rad the session log of large policies.

Symptoms

The session log is configured as follows:

root@SRX650-b> show configuration system syslog    
file policy_session {
    user info;
    match RT_FLOW;
    archive size 30m world-readable;
    structured-data;
}
When the traffic log is over 20M, J-Web is unable to read it and the Large structured-data traffic log can't be read by J-Web notification is generated.

Solution


This is a limitation, as the allocated memory is 20M. If you need to read large traffic logs, use the syslog server to store them.