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

Cherry-pick #18591 to 7.7: o365: Support IPv4 enclosed in square brackets #18603

Merged
merged 2 commits into from
May 18, 2020

Commits on May 16, 2020

  1. o365: Support IPv4 enclosed in square brackets (elastic#18591)

    The O365 Management API is generating some events that contain a
    `ClientIP` / `ClientIPAddress` field consisting of an IPv4 address
    enclosed in square brackets. This is breaking ingestion of those events
    as the brackets are only stripped for IPv6 addresses.
    
    > "ClientIP": "[10.11.12.13]:12345"
    
    This patch adds support for IPv4 enclosed in brackets and a few other
    edge cases.
    
    Fixes elastic#18587
    
    (cherry picked from commit eaf196d)
    adriansr committed May 16, 2020
    Configuration menu
    Copy the full SHA
    1002f13 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Regenerate golden files

    adriansr committed May 18, 2020
    Configuration menu
    Copy the full SHA
    7257ca3 View commit details
    Browse the repository at this point in the history