|
@@ -1,72 +0,0 @@
|
|
|
-# GitHub CODEOWNERS definition
|
|
|
-# Identify which groups will be pinged by changes to different parts of the codebase.
|
|
|
-# For more info, see https://help.github.com/articles/about-codeowners/
|
|
|
-
|
|
|
-# Stack Monitoring index templates
|
|
|
-x-pack/plugin/core/template-resources/src/main/resources/monitoring-alerts-7.json @elastic/stack-monitoring
|
|
|
-x-pack/plugin/core/template-resources/src/main/resources/monitoring-beats-mb.json @elastic/stack-monitoring
|
|
|
-x-pack/plugin/core/template-resources/src/main/resources/monitoring-beats.json @elastic/stack-monitoring
|
|
|
-x-pack/plugin/core/template-resources/src/main/resources/monitoring-ent-search-mb.json @elastic/stack-monitoring
|
|
|
-x-pack/plugin/core/template-resources/src/main/resources/monitoring-es-mb.json @elastic/stack-monitoring
|
|
|
-x-pack/plugin/core/template-resources/src/main/resources/monitoring-es.json @elastic/stack-monitoring
|
|
|
-x-pack/plugin/core/template-resources/src/main/resources/monitoring-kibana-mb.json @elastic/stack-monitoring
|
|
|
-x-pack/plugin/core/template-resources/src/main/resources/monitoring-kibana.json @elastic/stack-monitoring
|
|
|
-x-pack/plugin/core/template-resources/src/main/resources/monitoring-logstash-mb.json @elastic/stack-monitoring
|
|
|
-x-pack/plugin/core/template-resources/src/main/resources/monitoring-logstash.json @elastic/stack-monitoring
|
|
|
-x-pack/plugin/core/template-resources/src/main/resources/monitoring-mb-ilm-policy.json @elastic/stack-monitoring
|
|
|
-x-pack/plugin/monitoring/src/main/java/org/elasticsearch/xpack/monitoring/MonitoringTemplateRegistry.java @elastic/stack-monitoring
|
|
|
-
|
|
|
-# Fleet
|
|
|
-x-pack/plugin/fleet/src/main/java/org/elasticsearch/xpack/fleet @elastic/fleet
|
|
|
-x-pack/plugin/core/src/main/resources/fleet-* @elastic/fleet
|
|
|
-
|
|
|
-# Logstash
|
|
|
-libs/logstash-bridge @elastic/logstash
|
|
|
-
|
|
|
-# Kibana Security
|
|
|
-x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/store/KibanaOwnedReservedRoleDescriptors.java @elastic/kibana-security
|
|
|
-
|
|
|
-# APM Data index templates, etc.
|
|
|
-x-pack/plugin/apm-data/src/main/resources @elastic/obs-ds-intake-services
|
|
|
-x-pack/plugin/apm-data/src/yamlRestTest/resources @elastic/obs-ds-intake-services
|
|
|
-
|
|
|
-# OTel
|
|
|
-x-pack/plugin/otel-data/src/main/resources @elastic/obs-ds-intake-services
|
|
|
-x-pack/plugin/otel-data/src/yamlRestTest/resources @elastic/obs-ds-intake-services
|
|
|
-
|
|
|
-# Delivery
|
|
|
-gradle @elastic/es-delivery
|
|
|
-build-conventions @elastic/es-delivery
|
|
|
-build-tools @elastic/es-delivery
|
|
|
-build-tools-internal @elastic/es-delivery
|
|
|
-*.gradle @elastic/es-delivery
|
|
|
-.buildkite @elastic/es-delivery
|
|
|
-.ci @elastic/es-delivery
|
|
|
-.idea @elastic/es-delivery
|
|
|
-distribution/src @elastic/es-delivery
|
|
|
-distribution/packages/src @elastic/es-delivery
|
|
|
-distribution/docker/src @elastic/es-delivery
|
|
|
-
|
|
|
-# Core/Infra
|
|
|
-distribution/tools @elastic/es-core-infra
|
|
|
-libs/core @elastic/es-core-infra
|
|
|
-libs/logging @elastic/es-core-infra
|
|
|
-libs/native @elastic/es-core-infra
|
|
|
-libs/plugin-analysis-api @elastic/es-core-infra
|
|
|
-libs/plugin-api @elastic/es-core-infra
|
|
|
-libs/plugin-classloader @elastic/es-core-infra
|
|
|
-libs/plugin-scanner @elastic/es-core-infra
|
|
|
-libs/x-content @elastic/es-core-infra
|
|
|
-modules/lang-expression @elastic/es-core-infra
|
|
|
-modules/lang-mustache @elastic/es-core-infra
|
|
|
-modules/lang-painless @elastic/es-core-infra
|
|
|
-modules/rest-root @elastic/es-core-infra
|
|
|
-modules/systemd @elastic/es-core-infra
|
|
|
-server/src/main/java/org/elasticsearch/bootstrap @elastic/es-core-infra
|
|
|
-server/src/main/java/org/elasticsearch/node @elastic/es-core-infra
|
|
|
-server/src/main/java/org/elasticsearch/plugins @elastic/es-core-infra
|
|
|
-server/src/main/java/org/elasticsearch/threadpool @elastic/es-core-infra
|
|
|
-
|
|
|
-# Security
|
|
|
-x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/privilege @elastic/es-security
|
|
|
-x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/store/ReservedRolesStore.java @elastic/es-security
|