David Lang

Results 41 issues of David Lang

wishlist item. Add a flag that would cause the config optimizer to output a config file (probably using the new syntax) that is the functional equivalent of what it just...

enhancement

This is the other half of the problem outlined in #2681 When sending a message out, the template can cause the message size to grow and exceed the max message...

on chrome/brave if you open too many tabs/windows at a time, it gets stuck on some lock and performance slows to a crawl, for me this seems somewhere around 100...

enhancement
good first issue
hacktoberfest
confirmed
performance

given the amount of work done there to support new devices, the web interface, and the better documentation, combined with the fact that there have been no updates here in...

it's unfortunately common to have logs that differ only in having whitespace or having a literal. even rsyslog has problems with this, if you generate a traditional formatted message, the...

I've got a device (aruba) that sends messages that contain | characters in a message field. It escapes them with a backslash (i.e. '\|text\|'), the cef parser doesn't handle this....

we have the alternative option, but it doesn't work if one branch is blank. and example being, when parsing a csv file, you may have a quoted string or nothing...

I thought we already had an issue for this, but I'm not able to find one. timestamps and other date information shows up in logs in all sorts of odd...

if you have char-to:' and the next character isn't ', the parser will never work. It would be useful to alert on such cases. string-to has a similar restriction.

enhancement

warn if anything appears in a rule after a parser that consumes the rest of the line. I ran into this with rest, but there are some other types that...

enhancement
small