diff --git a/x-pack/legacy/plugins/siem/public/pages/detection_engine/detection_engine_user_unauthenticated.tsx b/x-pack/legacy/plugins/siem/public/pages/detection_engine/detection_engine_user_unauthenticated.tsx index 56876d0b73bf..bd3876b810a7 100644 --- a/x-pack/legacy/plugins/siem/public/pages/detection_engine/detection_engine_user_unauthenticated.tsx +++ b/x-pack/legacy/plugins/siem/public/pages/detection_engine/detection_engine_user_unauthenticated.tsx @@ -12,7 +12,7 @@ import * as i18n from './translations'; export const DetectionEngineUserUnauthenticated = React.memo(() => ( (() => { signalsIndex={signalIndexName} /> - {(isSignalIndexExists || isAuthenticated) && ( + {isSignalIndexExists && isAuthenticated && ( <>