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

Add ECS logging MVP to libbeat #17974

Merged
merged 7 commits into from
May 5, 2020
Merged

Add ECS logging MVP to libbeat #17974

merged 7 commits into from
May 5, 2020

Commits on May 4, 2020

  1. Add ECS logging MVP to libbeat

    Enable ECS conformant logging by setting `logging.ecs:true`
    Adds @timestamp, log.level, message and ecs.version to every log line.
    If EnableCaller is set add log.origin.file and log.origin.line.
    Logs error.message when error is given
    
    implements elastic#17942
    simitt committed May 4, 2020
    Configuration menu
    Copy the full SHA
    0c9fa9a View commit details
    Browse the repository at this point in the history
  2. Add changelog

    simitt committed May 4, 2020
    Configuration menu
    Copy the full SHA
    03db2e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2ba616 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f06708 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. adapt tests to config changes

    simitt committed May 5, 2020
    Configuration menu
    Copy the full SHA
    025faf7 View commit details
    Browse the repository at this point in the history
  2. Add comment

    simitt committed May 5, 2020
    Configuration menu
    Copy the full SHA
    ac3706b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0569c82 View commit details
    Browse the repository at this point in the history