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

API: support ECS major version number #3

Merged

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    ef8c0ae View commit details
    Browse the repository at this point in the history
  2. make ecs_compatibility? method first-class product of API

    explicitly discourage use of `@ecs_compatibility` instance variable, since
    it is not clear how Logstash Core will implement its ECS-Compatibility mode
    yaauie committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    e7a9d7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57f84cf View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. api: support for ECS schema major version numbers [PRE-1.0 BREAKING]

    Modifies API to make the ECS Schema major version the primary unit to target,
    in order to provide a path to support the ECS Schema v2 that is targeted to
    release along-side Elastic Stack 8.0
    
    Plugin implementors are now supplied with `LegacyAdapter#ecs_compatibility`
    that produces a `Symbol` representing the desired ECS-Compatibility mode
    (either `:disabled` or a v-prefixed integer e.g., `:v1`).
    
    Plugin configuration in a pipeline definition now can specify `disabled`
    or a v-prefixed integer (e.g., `v1`).
    yaauie committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    ad8a05c View commit details
    Browse the repository at this point in the history