-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Solution][Detection Engine] - Update exceptions logic (#71512)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Yara Tercero <yara.tercero@elastic.co>
- Loading branch information
1 parent
0c0aaf0
commit 3c9fa99
Showing
13 changed files
with
562 additions
and
967 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
x-pack/plugins/lists/server/scripts/lists/new/items/ip_item.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"id": "ip_item", | ||
"list_id": "ip_list", | ||
"value": "10.4.2.140" | ||
"value": "127.0.0.1" | ||
} |
2 changes: 1 addition & 1 deletion
2
x-pack/plugins/lists/server/scripts/lists/new/items/keyword_item.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"list_id": "keyword_list", | ||
"value": "kibana" | ||
"value": "zeek" | ||
} |
Oops, something went wrong.