Hello list,<div><br></div><div>I am currently trying to test structured data log messages with syslog-ng. I&#39;m running syslog-ng-3.1.2-1.rhel5. Setup is very simple, with a udp source and a destination to /var/log/messages. Here&#39;s the line i&#39;m trying to use to test with, which according to the RFC, should be fine:</div>
<div><br></div><div><div>echo -n &#39;&lt;165&gt;1 2011-02-03T22:14:15.003Z superhostomg process - ID47 [exampleSDID@32473 iut=&quot;9&quot; eventSource=&quot;rawr&quot; eventID=&quot;69&quot;] Message portion. Test log with structured data.&#39; | nc -w 1 -u localhost 514</div>
<div><br></div>Unfortunately it is showing up in logs as this:</div><div><br>2011-02-03T22:45:30+00:00 localhost 1 2011-02-03T22:14:15.003Z superhostomg process - ID47 [exampleSDID@32473 iut=&quot;9&quot; eventSource=&quot;rawr&quot; eventID=&quot;69&quot;] Message portion. Test log with structured data.
</div><div><br></div><div>So all of the metadata is being printed to $MSG. What am I doing wrong?</div><div><br></div><div>Thanks,</div>