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

o365: Support IPv4 enclosed in square brackets #18591

Merged
merged 1 commit into from
May 16, 2020

Commits on May 15, 2020

  1. o365: Support IPv4 enclosed in square brackets

    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
    adriansr committed May 15, 2020
    Configuration menu
    Copy the full SHA
    665ee9a View commit details
    Browse the repository at this point in the history