Skip to content

Commit 698dfa4

Browse files
authored
[Monitoring/Beats] Telemetry Data from Beats (#18833)
* [Monitoring/Beats] Telemetry Data from Beats * filter apm-server * ignore results payload if hitsLength === 0 * process each payload as stats are saved to clusters object
1 parent 930e80e commit 698dfa4

5 files changed

Lines changed: 11376 additions & 3 deletions

File tree

x-pack/plugins/xpack_main/common/constants.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ export const CONFIG_TELEMETRY_DESC = (
2323
*/
2424
export const KIBANA_SYSTEM_ID = 'kibana';
2525

26+
/**
27+
* The name of the Beats System ID used to publish and look up Beats stats through the Monitoring system.
28+
* @type {string}
29+
*/
30+
export const BEATS_SYSTEM_ID = 'beats';
31+
2632
/**
2733
* The name of the Kibana System ID used to look up Logstash stats through the Monitoring system.
2834
* @type {string}

0 commit comments

Comments
 (0)