Skip to content

Commit

Permalink
Enable heartbeat telemetry
Browse files Browse the repository at this point in the history
This commit allows heartbeat telemetry data to be sent through kibana.

The change to beats was introduced in elastic/beats#8621
  • Loading branch information
andrewvc committed Nov 19, 2018
1 parent cc07aa2 commit 788e3b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ async function fetchBeatsByType(server, callCluster, clusterUuids, start, end, {
'hits.hits._source.beats_state.state.input',
'hits.hits._source.beats_state.state.module',
'hits.hits._source.beats_state.state.host',
'hits.hits._source.beats_state.state.heartbeat',
],
body: {
query: createQuery({
Expand Down

0 comments on commit 788e3b6

Please sign in to comment.