-
Notifications
You must be signed in to change notification settings - Fork 4.9k
/
CODEOWNERS
Validating CODEOWNERS rules...
55 lines (44 loc) · 1.66 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
48
49
50
51
52
53
54
55
# GitHub CODEOWNERS definition
# See: https://help.github.com/articles/about-codeowners/
# * @elastic/beats
# libbeat
/libbeat/ @elastic/elastic-agent-data-plane
# /auditbeat/ @elastic/beats
# /packetbeat/ @elastic/beats
# /filebeat/ @elastic/beats
# /metricbeat/ @elastic/beats
# /journalbeat/ @elastic/beats
# /winlogbeat/ @elastic/beats
# Auditbeat
/auditbeat/module/ @elastic/security-external-integrations
/x-pack/auditbeat/ @elastic/security-external-integrations
# Packetbeat
/packetbeat/protos/ @elastic/security-external-integrations
/x-pack/packetbeat/ @elastic/security-external-integrations
# Filebeat
# /filebeat/module/ @elastic/integrations
/filebeat/module/elasticsearch/ @elastic/infra-monitoring-ui
/filebeat/module/kibana/ @elastic/infra-monitoring-ui
/filebeat/module/logstash/ @elastic/infra-monitoring-ui
# /x-pack/filebeat/module/ @elastic/integrations
# /x-pack/filebeat/module/suricata/ @elastic/security-external-integrations
# Metricbeat
# /metricbeat/module/ @elastic/integrations
/metricbeat/module/elasticsearch/ @elastic/infra-monitoring-ui
/metricbeat/module/kibana/ @elastic/infra-monitoring-ui
/metricbeat/module/logstash/ @elastic/infra-monitoring-ui
/metricbeat/module/beat/ @elastic/infra-monitoring-ui
# /x-pack/metricbeat/module/ @elastic/integrations
# Heartbeat
/heartbeat/ @elastic/uptime
# Winlogbeat
/x-pack/winlogbeat/ @elastic/security-external-integrations
# Elastic Agent
/x-pack/elastic-agent/ @elastic/elastic-agent-control-plane
# Beats Build Specific
/dev-tools/mage/ @elastic/beats
/dev-tools/make/ @elastic/beats
/dev-tools/packaging/ @elastic/beats
# CI Specific
/.ci/ @elastic/observablt-robots
/Jenkinsfile @elastic/observablt-robots