-
Notifications
You must be signed in to change notification settings - Fork 4.9k
/
CODEOWNERS
Validating CODEOWNERS rules...
47 lines (38 loc) · 1.29 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# GitHub CODEOWNERS definition
# See: https://help.github.com/articles/about-codeowners/
# * @elastic/beats
# libbeat
# /libbeat/ @elastic/beats
# /auditbeat/ @elastic/beats
# /packetbeat/ @elastic/beats
# /filebeat/ @elastic/beats
# /metricbeat/ @elastic/beats
# /journalbeat/ @elastic/beats
# /winlogbeat/ @elastic/beats
# Auditbeat
/auditbeat/module/ @elastic/siem
/x-pack/auditbeat/ @elastic/siem
# Packetbeat
/packetbeat/protos/ @elastic/siem
/x-pack/packetbeat/ @elastic/siem
# Filebeat
# /filebeat/module/ @elastic/integrations
# /filebeat/module/elasticsearch/ @elastic/stack-monitoring
# /filebeat/module/kibana/ @elastic/stack-monitoring
# /filebeat/module/logstash/ @elastic/stack-monitoring
# /x-pack/filebeat/module/ @elastic/integrations
# /x-pack/filebeat/module/suricata/ @elastic/secops
# Metricbeat
# /metricbeat/module/ @elastic/integrations
# /metricbeat/module/elasticsearch/ @elastic/stack-monitoring
# /metricbeat/module/kibana/ @elastic/stack-monitoring
# /metricbeat/module/logstash/ @elastic/stack-monitoring
# /metricbeat/module/beat/ @elastic/stack-monitoring
# /x-pack/metricbeat/module/ @elastic/integrations
# Heartbeat
/heartbeat/ @elastic/uptime
# Winlogbeat
/x-pack/winlogbeat/ @elastic/siem
# CI Specific
/.ci/ @elastic/observablt-robots
/Jenkinsfile @elastic/observablt-robots