We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b26ab commit 6ae3e49Copy full SHA for 6ae3e49
x-pack/plugins/security_solution/server/lib/detection_engine/signals/filter_events_with_list.ts
@@ -14,7 +14,7 @@ import {
14
EntryList,
15
ExceptionListItemSchema,
16
} from '../../../../../lists/common/schemas';
17
-import { hasLargeValueList } from './utils';
+import { hasLargeValueList } from '../../../../common/detection_engine/utils';
18
19
interface FilterEventsAgainstList {
20
listClient: ListClient;
0 commit comments