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

Keep original values when transforming. #647

Merged
merged 3 commits into from
Feb 8, 2018

Commits on Feb 7, 2018

  1. Keep original values when transforming.

    Persist original values when
    * applying source mapping
    * setting library_frame indicator
    by storing original values within `original` namespace.
    
    Ensure transform operation is idempotent,
    by using original values if applied multiple times.
    
    implements elastic#566
    simitt committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    447cefe View commit details
    Browse the repository at this point in the history
  2. run make update.

    simitt committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    2ba8855 View commit details
    Browse the repository at this point in the history
  3. Add Changelog.

    simitt committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    9733106 View commit details
    Browse the repository at this point in the history