forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.telemetryrc.json
34 lines (34 loc) · 1.03 KB
/
.telemetryrc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[
{
"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": []
}
]