Commit graph

10 commits

Author SHA1 Message Date
Yara Tercero
ada91f9a5e
[Security Solution][Exceptions] - Fix stale linked rules count on manage rules save (#155108)
## Summary

Addresses https://github.com/elastic/kibana/issues/153195
2023-04-20 11:23:15 -07:00
Yara Tercero
b34a4ecee0
[Security Solution][Exceptions] - Enhance shared exceptions list experience (#153058)
## Summary

Addresses https://github.com/elastic/kibana/issues/152748 and
https://github.com/elastic/kibana/issues/152750

- Increases the number of rules shown in the list 'manage rules' modal
to 25
- Redirects the user to the newly created shared list management page on
creation
2023-03-22 09:33:49 -04:00
Yara Tercero
c072f8ebf6
[Security Solution][Exceptions] - Fix exception list description bug (#152391)
## Summary

Addresses https://github.com/elastic/kibana/issues/147338
2023-03-08 22:29:08 -07:00
Davis Plumlee
92a1689e95
[Security Solution][Exceptions] Rule exceptions TTL - Expiration (#145180) 2023-02-07 16:20:39 -05:00
Khristinin Nikita
35e02bcf64
Add sorting for exceptions cards (#145070)
## Add sorting for shared exceptions

Currently is possible to sort by Name, Created At, Created By


https://user-images.githubusercontent.com/7609147/201640150-dc9d53e4-0d34-4da1-8522-9899d35e7359.mov

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Devin W. Hurley <snowmiser111@gmail.com>
2022-11-15 13:55:38 -07:00
Devin W. Hurley
e27be55bae
[Security Solution] [Exceptions] Adds a modal to confirm deletion of exception list (#145034) 2022-11-14 10:35:36 -05:00
Devin W. Hurley
c1070e63a1
[Security Solution] [Exceptions] Updates the exceptions list table to match mockups (#142289)
Co-authored-by: Gloria Hornero <gloria.hornero@elastic.co>
2022-11-02 08:41:48 -07:00
Gloria Hornero
06e469394a
cleanup (#114902)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-14 13:15:02 +02:00
MadameSheema
af2bb0500e
[Security Solution] Cypress tests executed on Firefox (#91524)
* allows Cypress tests to be executed on Firefox

* fixes failing tests

* fixes issues

* fixes exceptions table failing test

* updates readme

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-02-22 17:48:43 +01:00
Yara Tercero
6e444964d0
[Security Solution][Exceptions Table] - Fix exceptions table search by name (#88701)
Addresses #88450

Issue
Search was not working as expected was because the exception list property name is mapped as a keyword - this means it does not get tokenized which is why one word searches were working but if the name included multiple words and was partial, it was not filtering properly.
2021-02-11 15:27:24 -08:00