mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[FTR][Ownership] Assign Ownership to Auditbeat ES Archives (#194118)
## Summary Modify code owner declarations for `x-pack/test/functional/es_archives/auditbeat/**/*` in .github/CODEOWNERS ### For reviewers To verify this pr, you can use the `scripts/get_owners_for_file.js` script E.g: ``` node scripts/get_owners_for_file.js --file x-pack/test/functional/es_archives/auditbeat/users # Or any other file ``` #### Notes All of these are a best guess effort. The more help from the dev teams, the more accurate this will be for reporting in the future. Contributes to: https://github.com/elastic/kibana/issues/192979 --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
a7268c4f6d
commit
446750cb9d
1 changed files with 8 additions and 0 deletions
8
.github/CODEOWNERS
vendored
8
.github/CODEOWNERS
vendored
|
@ -1467,6 +1467,9 @@ x-pack/test/api_integration/apis/management/index_management/inference_endpoints
|
|||
/x-pack/test/plugin_functional/test_suites/resolver/ @elastic/security-solution
|
||||
/x-pack/test/security_solution_api_integration @elastic/security-solution
|
||||
/x-pack/test/api_integration/apis/security_solution @elastic/security-solution
|
||||
/x-pack/test/functional/es_archives/auditbeat/default @elastic/security-solution
|
||||
/x-pack/test/functional/es_archives/auditbeat/hosts @elastic/security-solution
|
||||
|
||||
#CC# /x-pack/plugins/security_solution/ @elastic/security-solution
|
||||
|
||||
# Security Solution OpenAPI bundles
|
||||
|
@ -1598,6 +1601,11 @@ x-pack/test/security_solution_cypress/cypress/tasks/expandable_flyout @elastic/
|
|||
/x-pack/plugins/security_solution/server/search_strategy/security_solution/factory/network @elastic/security-threat-hunting-explore
|
||||
/x-pack/plugins/security_solution/server/search_strategy/security_solution/factory/users @elastic/security-threat-hunting-explore
|
||||
|
||||
/x-pack/test/functional/es_archives/auditbeat/overview @elastic/security-threat-hunting-explore
|
||||
/x-pack/test/functional/es_archives/auditbeat/users @elastic/security-threat-hunting-explore
|
||||
|
||||
/x-pack/test/functional/es_archives/auditbeat/uncommon_processes @elastic/security-threat-hunting-explore
|
||||
|
||||
## Generative AI owner connectors
|
||||
# OpenAI
|
||||
/x-pack/plugins/stack_connectors/public/connector_types/openai @elastic/security-generative-ai @elastic/obs-ai-assistant @elastic/appex-ai-infra
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue