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 #11006 to 7.x: [Winlogbeat] Prevent Winlogbeat from dropping events with invalid XML #11041

Merged
merged 1 commit into from
Mar 2, 2019

Commits on Mar 1, 2019

  1. [Winlogbeat] Prevent Winlogbeat from dropping events with invalid XML (

    …elastic#11006)
    
    * [Winlogbeat] Escape control characters in XML
    
    Golang's xml parser is pretty strict about the presence of control
    characters in the XML it is fed. This patch replaces those characters
    with an unicode escape sequence: "\uNNNN".
    
    (cherry picked from commit a6102a8)
    adriansr committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    a7657a8 View commit details
    Browse the repository at this point in the history