From be6eb76fc9954de07b3440819c47e9ba8db34b3b Mon Sep 17 00:00:00 2001 From: Christoph Wurm Date: Tue, 20 Aug 2019 10:47:13 +0100 Subject: [PATCH] Update CODEOWNERS with new SIEM team name and add x-pack/winlogbeat. (#13253) --- .github/CODEOWNERS | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cf56db4aae1c..3dd2dc7d3d42 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,12 +13,12 @@ # /winlogbeat/ @elastic/beats # Auditbeat -/auditbeat/module/ @elastic/secops -/x-pack/auditbeat/ @elastic/secops +/auditbeat/module/ @elastic/siem +/x-pack/auditbeat/ @elastic/siem # Packetbeat -/packetbeat/protos/ @elastic/secops -/x-pack/packetbeat/ @elastic/secops +/packetbeat/protos/ @elastic/siem +/x-pack/packetbeat/ @elastic/siem # Filebeat /filebeat/module/ @elastic/infrastructure @@ -38,3 +38,6 @@ # Heartbeat /heartbeat/ @elastic/uptime + +# Winlogbeat +/x-pack/winlogbeat/ @elastic/siem