We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ae3f9 commit 8f47a71Copy full SHA for 8f47a71
1 file changed
x-pack/plugins/security_solution/server/usage/collector.ts
@@ -78,7 +78,7 @@ export const registerCollector: RegisterCollector = ({
78
const savedObjectsClient = await getInternalSavedObjectsClient(core);
79
return {
80
detections: await fetchDetectionsUsage(kibanaIndex, callCluster, ml),
81
- endpoint: await getEndpointTelemetryFromFleet(savedObjectsClient),
+ endpoints: await getEndpointTelemetryFromFleet(savedObjectsClient),
82
};
83
},
84
});
0 commit comments