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

Fix Winlogbeat escaping CRLF sequences #11357

Merged
merged 4 commits into from
Mar 21, 2019

Commits on Mar 21, 2019

  1. Fix Winlogbeat escaping CRLF sequences

    Previous fix (elastic#11006) made Winlogbeat escape CRLF control characters
    which are expected in Windows event logs.
    
    Fixes elastic#11328
    adriansr committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    aeea9c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59d4dd9 View commit details
    Browse the repository at this point in the history
  3. Make assertions clearer

    adriansr committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    c43651e View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    adriansr committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    a0b8e13 View commit details
    Browse the repository at this point in the history