JSA only supports structured syslog format from Junos and SRX devices.
If syslog is configured in a non-structured format it will appear as unknown.
Configure the syslog to be sent in structured format Control Plane:
[edit system syslog file filename] facility severity; structured-data { brief; } Data Plane: [edit security log] mode stream; format sd-syslog { }
[edit system syslog file filename] facility severity; structured-data { brief; }
Feb 10 17:06:40 juniper.junos.test.com 2009-02-10T13:26:15.183 SRX210 RT_FLOW - RT_FLOW_SESSION_CREATE [[email protected] source-address="192.168.1.10" source-port="16683" destination-address="10.0.1.27" destination-port="80" protocol-id="6" policy-name="HTTP-Authentication"] Feb 10 17:06:41 juniper.junos.test.com 2009-02-10T13:26:15.982 SRX210 RT_FLOW - RT_FLOW_SESSION_CREATE [[email protected] source-address="192.168.1.11" source-port="19969" destination-address="10.0.1.27" destination-port="80" protocol-id="6" policy-name="HTTP-Authentication"]
<70>Mar 23 17:51:45 RT_FLOW: RT_FLOW_SESSION_CREATE: session created 10.254.152.70/138->10.254.152.255/138,17: default-permit <70>Mar 23 17:47:52 RT_FLOW: RT_FLOW_SESSION_CLOSE: session closed unset: 192.168.200.51/137->192.168.200.255/137,17: default-permit, 12(936) 0(0) 75 <70>Mar 23 17:46:44 RT_FLOW: RT_FLOW_SESSION_CLOSE: session closed unset: 10.254.152.70/138->10.254.152.255/138,17: default-permit, 1(240) 0(0) 60 <70>Mar 23 17:46:45 RT_FLOW: RT_FLOW_SESSION_CREATE: session created 10.254.152.70/138->10.254.152.255/138,17: default-permit
2019-05-20: Updated STRM references to JSA.