Skip to content

Commit

Permalink
Change ownership kibana-telemetry => kibana-core (elastic#196283)
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo authored Oct 15, 2024
1 parent 611082a commit adb558a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -1396,9 +1396,9 @@ x-pack/test_serverless/api_integration/test_suites/common/security_response_head
# Kibana Telemetry
/.telemetryrc.json @elastic/kibana-core
/x-pack/.telemetryrc.json @elastic/kibana-core
/src/plugins/telemetry/schema/ @elastic/kibana-core @elastic/kibana-telemetry
/x-pack/plugins/telemetry_collection_xpack/schema/ @elastic/kibana-core @elastic/kibana-telemetry
x-pack/plugins/cloud_integrations/cloud_full_story/server/config.ts @elastic/kibana-core @elastic/kibana-telemetry @shahinakmal
/src/plugins/telemetry/schema/ @elastic/kibana-core
/x-pack/plugins/telemetry_collection_xpack/schema/ @elastic/kibana-core
x-pack/plugins/cloud_integrations/cloud_full_story/server/config.ts @elastic/kibana-core @shahinakmal

# Kibana Localization
/src/dev/i18n_tools/ @elastic/kibana-localization @elastic/kibana-core
Expand Down
4 changes: 2 additions & 2 deletions packages/kbn-telemetry-tools/GUIDELINE.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The `--fix` flag will automatically update the persisted json files used by the
node scripts/telemetry_check.js --fix
```

Note that any updates to the stored json files will require a review by the kibana-telemetry team to help us update the telemetry cluster mappings and ensure your changes adhere to our best practices.
Note that any updates to the stored json files will require a review by the kibana-core team to help us update the telemetry cluster mappings and ensure your changes adhere to our best practices.


## Updating the collector schema
Expand All @@ -116,7 +116,7 @@ Once youre run the changes to both the `fetch` function and the `schema` field r
node scripts/telemetry_check.js --fix
```

The `--fix` flag will automatically update the persisted json files used by the telemetry team. Note that any updates to the stored json files will require a review by the kibana-telemetry team to help us update the telemetry cluster mappings and ensure your changes adhere to our best practices.
The `--fix` flag will automatically update the persisted json files used by the telemetry team. Note that any updates to the stored json files will require a review by the kibana-core team to help us update the telemetry cluster mappings and ensure your changes adhere to our best practices.


## Writing the schema
Expand Down

0 comments on commit adb558a

Please sign in to comment.