mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
adds entries.list.id field in the searchable event filters fields list
This commit is contained in:
parent
dccdb621ce
commit
45a66fd966
1 changed files with 5 additions and 4 deletions
|
@ -24,10 +24,11 @@ export const EVENT_FILTER_LIST = {
|
|||
};
|
||||
|
||||
export const SEARCHABLE_FIELDS: Readonly<string[]> = [
|
||||
`name`,
|
||||
`entries.value`,
|
||||
`entries.entries.value`,
|
||||
`comments.comment`,
|
||||
'name',
|
||||
'entries.value',
|
||||
'entries.list.id',
|
||||
'entries.entries.value',
|
||||
'comments.comment',
|
||||
];
|
||||
|
||||
export { ENDPOINT_EVENT_FILTERS_LIST_ID, EXCEPTION_LIST_URL, EXCEPTION_LIST_ITEM_URL };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue