Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next/649/20241128/v1 #12178

Merged
merged 4 commits into from
Nov 29, 2024
Merged

Commits on Nov 28, 2024

  1. configure: Remove obsolete rust support line

    Ticket: OISF#6705
    Nancyenos authored and victorjulien committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2d13df6 View commit details
    Browse the repository at this point in the history
  2. output-json: drop eve records that are too long

    In the situation where the mem buffer cannot be expanded to the
    requested size, drop the log message.
    
    For each JSON log context, a warning will be emitted once with a partial
    bit of the log record being dropped to identify what event types may be
    leading to large log records.
    
    This also fixes the call to MemBufferExpand which is supposed be
    passed the amount to expand by, not the new size required.
    
    Ticket: OISF#7300
    jasonish authored and victorjulien committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d39e427 View commit details
    Browse the repository at this point in the history
  3. output-json: cleanup, have OutputJsonBuilderBuffer return void

    The return value was never used.
    jasonish authored and victorjulien committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2e2eaac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    287d836 View commit details
    Browse the repository at this point in the history