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

Ingest: Support integer and long hex values in convert #32213

Merged
merged 5 commits into from
Jul 24, 2018

Commits on Jul 19, 2018

  1. Ingest: Support integer and long hex values in convert

    This commit adds checks for hex formatted strings in the convert
    processor, allowing strings like `0x1` to be parsed as integer `1`.
    
    closes elastic#32182
    rjernst committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    0e33bdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb51b2d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

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

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    54c30ca View commit details
    Browse the repository at this point in the history
  2. fix type

    rjernst committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    9d37495 View commit details
    Browse the repository at this point in the history