axosyslog icon indicating copy to clipboard operation
axosyslog copied to clipboard

filterx context scope fix minimal

Open OverOrion opened this issue 4 months ago • 0 comments

  • messages: capture errno in debug & trace messages as well
  • gsockaddr: add g_sockaddr_inet_or_inet6_check()
  • otel-dest: fix crash when message contains GSockAddrUnix
  • ci: fix trivy action
  • scanner: extend csv-scanner with a new dialect to handle escaped delimiters in unquoted values
  • modules/cef: add event-format-parser base class for filterx CEF/LEEF parser
  • filterx/modules/cef: add filterx-func-parse-cef() based on event-format-parser
  • filterx/modules/cef: add unit tests for filterx-func-parse-cef()
  • filterx/modules/cef: add filterx-func-parse-leef() based on event-format-parser
  • filterx/modules/leef: add filter-func-parse-leef() unit tests
  • modules/cef: policy update
  • filterx/modules/cef: add parse_cef light test
  • filterx/modules/cef: add parse_leef light test
  • lib/filterx: fix generation counter check for filterx variables
  • lib/logpipe: explicitly init filterx_context in LogPathOptions
  • lib/logpipe: properly init filterx_context for chaining
  • lib/filterx: split _eval_init_context into init/chain
  • lib/filterx: make sure to chain filterx contexts between pipe elements
  • lib/filterx: add e2e test for proper generation counting

OverOrion avatar Oct 11 '24 08:10 OverOrion