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

log/eve: Threaded filename change: eve.N.json #5463

Closed
wants to merge 5 commits into from

Commits on Oct 3, 2020

  1. path: SCBasename - function to return basename

    This commit returns the basename of a file, if it exists
    in the same way that `basename(1)` works.
    jlucovsky committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    c6207a5 View commit details
    Browse the repository at this point in the history
  2. log/eve: Threaded filename change: eve.N.json

    This commit changes the name of the file used with threaded eve logging
    to better support log rotation
    
    Instead of using "eve.json.N" and creating potential issues with log
    rotation (which also uses a ".N" suffix), the eve logs will be named
    "eve.N.json" when threaded.
    jlucovsky committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    5cd253c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f123c2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fc1ce6 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Configuration menu
    Copy the full SHA
    a81096f View commit details
    Browse the repository at this point in the history