I would like to create an alarm for all Event Logs except for certain events with ID 'xxxx'.

I would like to create an alarm for all Event Logs except for certain events with ID 'xxxx'.

Solution:

Open a text editor and create a file 'EventLogExcludeList.txt' under the following folder "<AppManager-Home>\working\conf". We can implement Event Log exclusions as explained below:

1)  The format for the Exclusion for the events is as follows:
      EventId | Source | Category | User | EventType | Descripion
2)  The file should be present in the directory <AppManager-Home>\working\conf\
3)  An example for the entries in EventLogExcludeList.txt will be as follows:('#' at the beginning of the line means the line is commented)
     #EventId | Source | Category | User | EventType | Description
        100|*|*|*|*|*
        3|*|*|*|*|*
        *|kerberos|*|*|*|*
     You can enter the event id and by using * it excludes what ever comes in the respective fields like ,Source, Category, User, EventType, Descripion, etc.
4)  More rules can be specified in next line as shown in the above example.
5)  Save the file and restart Applications Manager.

                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Service Now Event Integration using Webhook / Rest API Action

                        Steps to perform in Service Now 1) Login to your ServiceNow Instance(dev*****133.service-now.com) 2) Search for the Rest API Explorer and open it 3) In the Rest API Explorer page choose the Namespace and API Name with the proper API version. For ...
                      • Where can I see the .NET agent logs?

                        The .NET agent logs can be found only in the common application folder (Usually under C:\ProgramData\ from Vista onwards and C:\Documents and Settings\All Users\Application Data\ for Windows Server 2003. This is a hidden folder) Check the below ...
                      • Queries to collect data before Id migration/Migrating from Professional to Enterprise Edition

                        Collect query output from Managed server / Professional Edition: To check Id range : Select min(resourceid),max(resourceid) as AM_ManagedObject from AM_ManagedObject where resourceid > 10000000; Select count(*) as AM_ManagedObject_Count from ...
                      • How to generate alarm history for more than 30 days

                        In Applications Manager, the alarm history for a monitor's attribute is preserved for a period of 30 days. This encompasses various metrics such as health, availability, and performance (individual attributes such as CPU Utilization, Memory ...
                      • Folder path to view the Node.js agent logs

                        By default, the logs generated by the Node.js agent are stored in the apminsightdata folder, which resides in your application's current working directory. The log files can be found at: <app-path>\apminsightdata\logs If you would like to customize ...