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 (#107122) (#107645)

* 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>

Co-authored-by: David Sánchez <davidsansol92@gmail.com>
  • Loading branch information
kibanamachine and dasansol92 authored Aug 4, 2021
1 parent f8576c4 commit 81a2a29
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 81a2a29

Please sign in to comment.