mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Security solution][Endpoint] Disallow list operator in event filters form (#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 commit45a66fd966
. * Revert "adds test case for list.id operator" This reverts commit9dba145df2
. * Disable large value list option in operators dropdown Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
7415b7a797
commit
ec4de0d95e
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue