From 77111ca3f3f2c97d9a0d7b94ff1b28f27c952a34 Mon Sep 17 00:00:00 2001 From: Andrew Krug Date: Fri, 14 Jun 2019 09:42:06 -0700 Subject: [PATCH] bold important text --- labs/02-exploration-and-alert-authoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/02-exploration-and-alert-authoring.md b/labs/02-exploration-and-alert-authoring.md index 75e5507..dbe0a1f 100644 --- a/labs/02-exploration-and-alert-authoring.md +++ b/labs/02-exploration-and-alert-authoring.md @@ -32,7 +32,7 @@ Scroll down past the boiler plate code to turn on the python logger to find an o Pay careful attention to the methods within the object called: `onEvent` and `main` -`main` is designed to take a single event and then perform a search in elastic whereas `onEvent` will execute if the search terms are matched in elastic. Uncomment lines _38 - 41_ and customize the search terms in order to modify the alert to match on `StopLogging` instead of `DescribeTable`. +`main` is designed to take a single event and then perform a search in elastic whereas `onEvent` will execute if the search terms are matched in elastic. **Uncomment lines _38 - 41_** and customize the search terms in order to modify the alert to match on `StopLogging` instead of `DescribeTable`. AWS Lambda will retry if the function doesn't return `200`. Change the last three lines of the function to instead be: