From 495f812d6dfce9477adaac57ca9d2e60477e8556 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Mon, 1 Apr 2019 11:12:14 -0400 Subject: [PATCH] Fix changelog for #6579 The changelog entry got merged into the wrong spot during the cherry-pick. This was originally fixed in v6.2.4. Relates #6579 --- CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 005c8261dc5e..55ea5d25fc52 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -1184,6 +1184,7 @@ https://github.com/elastic/beats/compare/v6.2.3...v6.3.0[View commits] *Winlogbeat* - Fixed a crash under Windows 2003 and XP when an event had less insert strings than required by its format string. {pull}6247[6247] +- Fix config validation to allow `event_logs.processors`. [pull]6217[6217] ==== Added @@ -1548,7 +1549,6 @@ https://github.com/elastic/beats/compare/v6.0.1...v6.1.0[View commits] - Fix the registry file. It was not correctly storing event log names, and upon restart it would begin reading at the start of each event log. {issue}5813[5813] -- Fix config validation to allow `event_logs.processors`. [pull]6217[6217] ==== Added