mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
## Summary Fixed broken CI. The bug was happening due to moving file roots while not updating the telemetry.rc file and the .json schema files properly
34 lines
1 KiB
JSON
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": []
|
|
}
|
|
]
|