Skip to content

Commit

Permalink
Actually fetch functionbeat fields needed for telemetry (#60054)
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 <elasticmachine@users.noreply.github.com>
  • Loading branch information
ycombinator and elasticmachine authored Mar 13, 2020
1 parent e74127a commit dbe48e4
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 dbe48e4

Please sign in to comment.