kibana/x-pack/.telemetryrc.json
Michael Dokolin 6d8b840da9
[8.x] [Core] [Telemetry] Update file references (#205603) (#205752)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Core] [Telemetry] Update file references
(#205603)](https://github.com/elastic/kibana/pull/205603)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Ahmad
Bamieh","email":"ahmad.bamyeh@elastic.co"},"sourceCommit":{"committedDate":"2025-01-06T14:46:46Z","message":"[Core]
[Telemetry] Update file references (#205603)\n\n## Summary\n\nFixed
broken CI. The bug was happening due to moving file roots while\nnot
updating the telemetry.rc file and the .json schema files
properly","sha":"deb52fd9e770d1d3457ed372098115d21adf0708","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:version","v8.18.0"],"number":205603,"url":"https://github.com/elastic/kibana/pull/205603","mergeCommit":{"message":"[Core]
[Telemetry] Update file references (#205603)\n\n## Summary\n\nFixed
broken CI. The bug was happening due to moving file roots while\nnot
updating the telemetry.rc file and the .json schema files
properly","sha":"deb52fd9e770d1d3457ed372098115d21adf0708"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/205603","number":205603,"mergeCommit":{"message":"[Core]
[Telemetry] Update file references (#205603)\n\n## Summary\n\nFixed
broken CI. The bug was happening due to moving file roots while\nnot
updating the telemetry.rc file and the .json schema files
properly","sha":"deb52fd9e770d1d3457ed372098115d21adf0708"}},{"branch":"8.x","label":"v8.18.0","labelRegex":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Ahmad Bamieh <ahmad.bamyeh@elastic.co>
2025-01-07 09:47:08 -07:00

34 lines
1 KiB
JSON

[
{
"output": "platform/plugins/private/telemetry_collection_xpack/schema/xpack_plugins.json",
"root": "plugins/",
"exclude": []
},
{
"output": "platform/plugins/private/telemetry_collection_xpack/schema/xpack_monitoring.json",
"root": "platform/plugins/private/monitoring/server/telemetry_collection/",
"exclude": []
},
{
"output": "platform/plugins/private/telemetry_collection_xpack/schema/xpack_platform.json",
"root": "platform/",
"exclude": [
"platform/plugins/private/monitoring/server/telemetry_collection/"
]
},
{
"output": "platform/plugins/private/telemetry_collection_xpack/schema/xpack_observability.json",
"root": "solutions/observability",
"exclude": []
},
{
"output": "platform/plugins/private/telemetry_collection_xpack/schema/xpack_search.json",
"root": "solutions/search",
"exclude": []
},
{
"output": "platform/plugins/private/telemetry_collection_xpack/schema/xpack_security.json",
"root": "solutions/security",
"exclude": []
}
]