Hello,
I am having problem removing the structured data in the syslog message.
My test logs show the following:
<113>1 2014-11-25T11:00:00+00:00 10.1.1.1 RedBox - -
[meta sequenceId=”16”] @cee:[{“host”:”10.1.1.1”}]
I want it to look like the following without the sequenceId tag:
<113>1 2014-11-25T11:00:00+00:00 10.1.1.1 RedBox - -
- @cee:[{“host”:”10.1.1.1”}]
Is there an option to turn this meta data off?
Thanks,
Jimmy