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 bug affecting include_xml #3943

Merged
merged 1 commit into from
Apr 7, 2017

Conversation

andrewkroh
Copy link
Member

Then include_xml: true is used in the config file the raw xml value contains null terminators. This PR removes the null characters from the end of the XML string.

Then `include_xml: true` is used in the config file the raw `xml` value contains null terminators. This PR removes the null characters from the end of the XML string.
@andrewkroh andrewkroh added :Windows bug needs_backport PR is waiting to be backported to other branches. v6.0.0-alpha1 Winlogbeat labels Apr 6, 2017
@ruflin ruflin merged commit 2ce3add into elastic:master Apr 7, 2017
tsg pushed a commit to tsg/beats that referenced this pull request Apr 12, 2017
Then `include_xml: true` is used in the config file the raw `xml` value contains null terminators. This PR removes the null characters from the end of the XML string.
(cherry picked from commit 2ce3add)
@tsg tsg added v5.4.0 and removed needs_backport PR is waiting to be backported to other branches. labels Apr 12, 2017
ruflin pushed a commit that referenced this pull request Apr 12, 2017
Then `include_xml: true` is used in the config file the raw `xml` value contains null terminators. This PR removes the null characters from the end of the XML string.
(cherry picked from commit 2ce3add)
@andrewkroh andrewkroh deleted the bugfix/winlogbeat-include-xml branch July 5, 2017 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants