On Thu, 8 Oct 2015, Dave Burkholder wrote:
Thanks for your rapid replies, David!
Now, can I ask another question? There's no example of quoted CSV and all my
logs are quoted minimally. Is there an easy way to write a ruleset to handle
columns that may be quoted, but may not be?
unfortunantly the order of precident makes this hard.
There is a optionally quoted word type, but it will happily include the commas.
So you first have to parse using the char-sep parser, and then reinterpret the
result of that through the optionally quoted type.
I'm not sure if this can be done without invoking the new v2 code.
David Lang
On 10/08/2015 04:27 PM, David Lang wrote:
adding -v to lognormalizer will help you find such things. :-)
David Lang
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T
LIKE THAT.
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE
THAT.