Skip to content

Commit

Permalink
Fix small issue with detecting missing monitoring data from APM
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Nov 18, 2020
1 parent bc22b67 commit 81697cf
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 81697cf

Please sign in to comment.