Skip to content

Commit

Permalink
Fix small issue with detecting missing monitoring data from APM (elas…
Browse files Browse the repository at this point in the history
…tic#83646)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
chrisronline and kibanamachine committed Nov 19, 2020
1 parent 36a5cda commit c540916
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export async function fetchMissingMonitoringData(
'kibana_stats.kibana.name',
'logstash_stats.logstash.host',
'beats_stats.beat.name',
'beat_stats.beat.type',
'beats_stats.beat.type',
];
const subAggs = {
most_recent: {
Expand Down

0 comments on commit c540916

Please sign in to comment.