kibana/x-pack/.telemetryrc.json
Ahmad Bamieh deb52fd9e7
[Core] [Telemetry] Update file references (#205603)
## 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
2025-01-06 15:46:46 +01: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": []
}
]