diff --git a/public/components/report_definitions/report_settings/report_settings.tsx b/public/components/report_definitions/report_settings/report_settings.tsx
index a13709f7..dd07bdfa 100644
--- a/public/components/report_definitions/report_settings/report_settings.tsx
+++ b/public/components/report_definitions/report_settings/report_settings.tsx
@@ -21,8 +21,7 @@ import {
EuiCheckboxGroup,
EuiComboBox,
EuiFormRow,
- EuiText,
- EuiIcon,
+ EuiCallOut,
} from '@elastic/eui';
import {
REPORT_SOURCE_RADIOS,
@@ -800,22 +799,26 @@ export function ReportSettings(props: ReportSettingProps) {
/>
+ {savedSearchRecordLimit > 10000 ? (
+ <>
+
+
+ >
+ ) : null}
10000 ? (
-
- Generating
- very large reports can cause memory issues.
-
- ) : (
- ''
- )
- }
>