Changes for page Log Alerting
Last modified by Bouke Reitsma on 2024/12/04 11:28
From version 6.1
edited by Bouke Reitsma
on 2024/12/04 11:06
on 2024/12/04 11:06
Change comment:
There is no comment for this version
To version 3.1
edited by Bouke Reitsma
on 2024/12/04 10:39
on 2024/12/04 10:39
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -13,8 +13,8 @@ 13 13 This microlearning focuses on creating and customizing the log alerts that are existing in each of the environment of your model (i.e., Testing-Acceptance-Production). 14 14 15 15 * There are three checks that eMagiz currently provides that will raise an alert from the log messages: 16 -** Log message17 -** Log level16 +** log message 17 +** log level 18 18 ** Runtime check 19 19 * Recipients are defined on each log alert trigger. 20 20 ... ... @@ -32,27 +32,37 @@ 32 32 * If the Evaluate log message setting is set to "Ignore", then you will get an alert for **every** log message for the specified runtimes, the "Ignore" setting can only be applied for Log Level "Error" 33 33 {{/info}} 34 34 35 -=== 3.1 Evaluate logmessage ===35 +=== 3.1 Evaluate message header === 36 36 37 -This check evaluates whether an alert should be generated when an logentryis raised based on the contentsofthelogmessage.37 +This check evaluates whether an alert should be generated when an error message is raised based on the header contained in the message. 38 38 39 39 [[image:Main.Images.Microlearning.WebHome@novice-alerting-error-alerts-evaluate-message-header.png]] 40 40 41 -If you set it to "Ignore", then logmessage will not be evaluated when deciding whether to raise an alert. If set to "By Condition," then you can specify whatvalue to evaluate and define conditions such as whether it equals, does not equal, contains, or does not containwithinthelogmessage.41 +If you set it to "Ignore", then message headers will not be evaluated when deciding whether to raise an alert. If set to "By Condition," then you can specify what header name to evaluate and define conditions such as whether it equals, does not equal, contains, or does not contain a specific value to result in an alert. 42 42 43 -=== 3.2 Loglevel ===43 +=== 3.2 Evaluate exception class === 44 44 45 -This check evaluates whether an alert should be generated based on the log level ofthe log entrywhen it is raised. There are three types oflog level based on the risk/severityof thelog, namely info, warning, and error.Foreach triggeryou can specify thelog level, you canalso combinelevelsforexample, warning and error levels.45 +This check evaluates whether an alert should be generated based on the exception class of the error message when it is raised. 46 46 47 47 [[image:Main.Images.Microlearning.WebHome@novice-alerting-error-alerts-evaluate-exception-class.png]] 48 48 49 - ===3.3Runtime check===49 +If you set it to "Ignore", then the exception class will not be evaluated when determining whether an alert should be raised. If set to "By Condition", then you can specify what exception class to evaluate and define conditions such as whether it equals, does not equal, contains, or does not contain a specific value to result in an alert. 50 50 51 - Thischeckevaluateswhether an alertshould be generatedwhenan logntryis raised from which runtime in the environment.51 +=== 3.3 Evaluate exception message === 52 52 53 +This check evaluates whether an alert should be generated based on both the first and last exception message of the error message when it is raised. 54 + 55 +[[image:Main.Images.Microlearning.WebHome@novice-alerting-error-alerts-evaluate-exception-message.png]] 56 + 57 +If you set it to "Ignore", then the exception message will not be evaluated when determining whether an alert should be raised. If set to "By Condition," then you can specify a string to check in both the first and last exception messages, and define conditions like equals, not equals, contains, or does not contain to result in an alert. 58 + 59 +=== 3.4 Runtime check === 60 + 61 +This check evaluates whether an alert should be generated when an error message is raised from which runtime in the environment. 62 + 53 53 [[image:Main.Images.Microlearning.WebHome@novice-alerting-error-alerts-runtime-check.png]] 54 54 55 -If you set it to "Ignore", then which runtime where the error occured will not be evaluated when determining whether an alert should be raised. If set to "By Condition", then you can specify which runtime where the logentryoccured to result in an alert.65 +If you set it to "Ignore", then which runtime where the error occured will not be evaluated when determining whether an alert should be raised. If set to "By Condition", then you can specify which runtime where the error message occured to result in an alert. 56 56 57 57 === 3.5 Instruction === 58 58 ... ... @@ -60,12 +60,12 @@ 60 60 61 61 [[image:Main.Images.Microlearning.WebHome@novice-alerting-error-alerts-instructions.png]] 62 62 63 -Lastly, upon saving, these settings will apply immediately, putting the new logalert trigger into effect. Next to that, on this page, you can also find the "Notifications" tab that allows you to configure which recipients that you want to receive the notifications from the error alerting. If you want to learn more about this notifications and how to configure it, please refer to this [[microlearning>>Main.eMagiz Academy.Microlearnings.Intermediate Level.Alerting.intermediate-alerting-setting-up-notifications-gen3||target="blank"]].73 +Lastly, upon saving, these settings will apply immediately, putting the new error alert trigger into effect. Next to that, on this page, you can also find the "Notifications" tab that allows you to configure which recipients that you want to receive the notifications from the error alerting. If you want to learn more about this notifications and how to configure it, please refer to this [[microlearning>>Main.eMagiz Academy.Microlearnings.Intermediate Level.Alerting.intermediate-alerting-setting-up-notifications-gen3||target="blank"]]. 64 64 65 65 == 4. Key takeaways == 66 66 67 -* eMagiz allows users to create and customize logalerts by defining triggers that will raise alerts and send notifications when error messages with specific conditions occur.68 -* eMagiz provides threechecks forlogalerts:logmessage,loglevel, and runtime. These checks can be configured to evaluate conditions such as "equals," "not equals," "contains," or "does not contain" to determine if an alert should be triggered.77 +* eMagiz allows users to create and customize error alerts by defining triggers that will raise alerts and send notifications when error messages with specific conditions occur. 78 +* eMagiz provides four checks for error alerts: message header, exception class, exception message, and runtime. These checks can be configured to evaluate conditions such as "equals," "not equals," "contains," or "does not contain" to determine if an alert should be triggered. 69 69 * Alerts are generated only if all specified checks in a trigger are met. Users can also configure recipients for error alert notifications, ensuring messages reach the appropriate stakeholders. 70 70 71 71 == 5. Suggested Additional Readings == ... ... @@ -77,5 +77,5 @@ 77 77 * [[Intermediate (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.WebHome||target="blank"]] 78 78 ** [[Alerting (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Alerting.WebHome||target="blank"]] 79 79 *** [[Setting up notifications (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Alerting.intermediate-alerting-setting-up-notifications-gen3||target="blank"]] 80 -* [[ LogAlerting (Search Result)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22log+alerting%22||target="blank"]]90 +* [[Error Alerting (Search Result)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22error+alerting%22||target="blank"]] 81 81 )))((({{toc/}}))){{/container}}{{/container}}