I am trying to send syslog messages from my web application to RSYSLOG and then view them in logAnalyzer. I manage to see the logs but the following fields are not shown in the main table: Facility, Sevirty, ProcessID. They do appear in the messages, but their columns are empty.
In what format should I send them message so that the logAnalyser will be able to parse it correctly? I am looking for the right log4j.appender.SYSLOG_LOCAL1.layout.conversionPattern string to place in my log4j.xml file.