diff --git a/x-pack/plugins/infra/public/components/log_stream/index.tsx b/x-pack/plugins/infra/public/components/log_stream/index.tsx index ac472c68daa6d..45ecf9d5b536c 100644 --- a/x-pack/plugins/infra/public/components/log_stream/index.tsx +++ b/x-pack/plugins/infra/public/components/log_stream/index.tsx @@ -125,6 +125,10 @@ Read more at https://github.com/elastic/kibana/blob/master/src/plugins/kibana_re return; } + if (isLoadingMore) { + return; + } + if (pagesBeforeStart < PAGE_THRESHOLD) { fetchPreviousEntries(); } else if (pagesAfterEnd < PAGE_THRESHOLD) {