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

Define Log Data model #97

Merged

Commits on May 22, 2020

  1. Define Log Data model

    This is a proposal of a data model and semantic conventions that allow to
    represent logs from various sources: application log files, machine
    generated events, system logs, etc.
    
    Existing log formats can be unambiguously mapped to this data model.
    Reverse mapping from this data model is also possible to the extent that
    the target log format has equivalent capabilities.
    
    The purpose of the data model is to have a common understanding of what a
    log record is, what data needs to be recorded, transferred, stored and
    interpreted by a logging system.
    Tigran Najaryan committed May 22, 2020
    Configuration menu
    Copy the full SHA
    7e3b0a6 View commit details
    Browse the repository at this point in the history
  2. Move content from Google Doc to markdown here

    Tigran Najaryan committed May 22, 2020
    Configuration menu
    Copy the full SHA
    60a6255 View commit details
    Browse the repository at this point in the history
  3. Address PR comments

    Tigran Najaryan committed May 22, 2020
    Configuration menu
    Copy the full SHA
    784e409 View commit details
    Browse the repository at this point in the history
  4. Add Google Cloud Logging mapping

    Tigran Najaryan committed May 22, 2020
    Configuration menu
    Copy the full SHA
    da165a1 View commit details
    Browse the repository at this point in the history
  5. Address PR comments

    Tigran Najaryan committed May 22, 2020
    Configuration menu
    Copy the full SHA
    2bd1636 View commit details
    Browse the repository at this point in the history
  6. Resolve Open Questions

    Tigran Najaryan committed May 22, 2020
    Configuration menu
    Copy the full SHA
    1864336 View commit details
    Browse the repository at this point in the history
  7. Add ECS mapping

    Tigran Najaryan committed May 22, 2020
    Configuration menu
    Copy the full SHA
    0f6b887 View commit details
    Browse the repository at this point in the history
  8. Address PR comments

    Tigran Najaryan committed May 22, 2020
    Configuration menu
    Copy the full SHA
    9b721ee View commit details
    Browse the repository at this point in the history