-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CRL-1645 - Fixing macros for excessive runinstances and terminateinst…
…ances to use src_user in description.
- Loading branch information
Jason Brewer
committed
Nov 26, 2019
1 parent
95f73c9
commit 322e711
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
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,3 +1,3 @@ | ||
description: Use this macro to add additional filters for monitoring ec2 | ||
runinstances [eg - userName != 'someUserNameExperiencingFalsePositives']. | ||
runinstances [eg - src_user != 'someUserNameExperiencingFalsePositives']. | ||
name: ec2_excessive_runinstances_mltk_input_filter |
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,3 +1,3 @@ | ||
description: Use this macro to add additional filters for monitoring ec2 | ||
runinstances [eg - userName != 'someUserNameExperiencingFalsePositives']. | ||
terminateinstances [eg - src_user != 'someUserNameExperiencingFalsePositives']. | ||
name: ec2_excessive_terminateinstances_mltk_input_filter |