Skip to content

Commit

Permalink
Actually fetch functionbeat fields needed for telemetry (#60054) (#60145
Browse files Browse the repository at this point in the history
)

* Actually fetch functionbeat fields needed for telemetry

* Use more permissive filter_path

Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
ycombinator and elasticmachine authored Mar 13, 2020
1 parent fb5a88e commit a549d9d
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,7 @@ async function fetchBeatsByType(
'hits.hits._source.beats_stats.beat.host',
'hits.hits._source.beats_stats.metrics.libbeat.pipeline.events.published',
'hits.hits._source.beats_stats.metrics.libbeat.output.type',
'hits.hits._source.beats_state.state.input',
'hits.hits._source.beats_state.state.module',
'hits.hits._source.beats_state.state.queue',
'hits.hits._source.beats_state.state.host',
'hits.hits._source.beats_state.state.heartbeat',
'hits.hits._source.beats_state.state',
'hits.hits._source.beats_state.beat.type',
],
body: {
Expand Down

0 comments on commit a549d9d

Please sign in to comment.