mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* Remove custom code for spaces in telemetry * Undo this change * Change how this is inserted into the monitoring doc
This commit is contained in:
parent
2cb40a5514
commit
ae80be20d5
1 changed files with 1 additions and 3 deletions
|
@ -70,9 +70,7 @@ export function getSpacesUsageCollector(server: any) {
|
|||
type: KIBANA_STATS_TYPE_MONITORING,
|
||||
payload: {
|
||||
usage: {
|
||||
xpack: {
|
||||
spaces: result,
|
||||
},
|
||||
spaces: result,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue