mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 15:35:00 -04:00
## Summary The intent is to have a centralised place to store the list of Kibana solutions and serverless project types. To that end, this PR creates a `@kbn/projects-solutions-groups` package. It also adds the new solution type `'chat'`. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
39 lines
1.2 KiB
JSON
39 lines
1.2 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": []
|
|
},
|
|
{
|
|
"output": "platform/plugins/private/telemetry_collection_xpack/schema/xpack_chat.json",
|
|
"root": "solutions/chat",
|
|
"exclude": []
|
|
}
|
|
]
|