Skip to content

Commit

Permalink
[Security solution][Endpoint] Disallow list operator in event filters…
Browse files Browse the repository at this point in the history
… form (elastic#107122)

* adds entries.list.id field in the searchable event filters fields list

* adds test case for list.id operator

* Revert "adds entries.list.id field in the searchable event filters fields list"

This reverts commit 45a66fd.

* Revert "adds test case for list.id operator"

This reverts commit 9dba145.

* Disable large value list option in operators dropdown

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
dasansol92 and kibanamachine committed Aug 4, 2021
1 parent 6f7c022 commit 1f3ff8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const EventFiltersForm: React.FC<EventFiltersFormProps> = memo(
const exceptionBuilderComponentMemo = useMemo(
() =>
ExceptionBuilder.getExceptionBuilderComponentLazy({
allowLargeValueLists: true,
allowLargeValueLists: false,
httpService: http,
autocompleteService: data.autocomplete,
exceptionListItems: [exception as ExceptionListItemSchema],
Expand Down

0 comments on commit 1f3ff8f

Please sign in to comment.