Event field format for event collection
- UpdatedAug 1, 2024
- 3 minutes to read
- Xanadu
- Event Management
Event Management requires all events to use a standard form, regardless of how they arrive at the instance.
In the application navigation filter, enter em_event.list.
Name | Description |
---|---|
em_event.source [Source] |
Event monitoring software that generated the event, such as SolarWinds or SCOM. Maximum length: 100 characters. |
em_event.node [Node] |
Node name, fully qualified domain name (FQDN), IP address, or MAC address that is associated with the event, such as IBM-ASSET. Maximum length: 100 characters. |
em_event.type [Type] |
Optional. The metric type to which the event is related, such as Disk or CPU, which is used to identify an event record from which alerts are created. Maximum length: 100 characters. |
em_event.resource [Resource] |
Node resource that is relevant to the event. For example, Disk C, CPU-1, the name of a process, or service. Maximum length: 100 characters. |
metric_name [Metric Name] |
The name of the metric that has been measured, such as DB Disk Free Space (MB), Disk Writes/sec, or Disk Write Bytes/sec. |
em_event.event_class [Source instance] |
If the em_event.node field is not specified, it is mandatory for alerts to be created automatically. Values for the em_event.event_class field originate from either the source generating the events or by event rule. Name of the machine or software that generated the event. For example, SolarWinds on 10.22.33.44. Corresponding field display name is Source Instance. |
em_event.message_key [Message key] |
Unique event identifier to identify multiple events that relate to the same alert. If this value is empty, it is generated from the Source, Node, Type, Resource, and Metric Name field values. Maximum length: 1024 characters. |
em_event.ci_type [CI type] |
String containing information about CI type. Maximum length: 100 characters. |
em_event.severity [Severity] |
Event severity options are:
|
em_event.resolution_state [Resolution state] |
Optional. If
the field is empty, the resolution on corresponding alerts is still
pending.
Event state
from the event source is either New or
Closing.
|
em_event.time_of_event [Time of event] |
Time that the event occurred in the source system. This field is a GlideDateTime field in UTC or GMT format. Maximum length: 40 characters. |
em_event.state [State] |
Current processing state of the event:
|
em_event.alert [Alert] |
If an alert was created as a result of the event, this field contains the unique ID that Event Management generates to identify the alert. |
em_event.description [Description] |
Reason for event generation. Shows extra details about an issue. For example, a server stack trace or details from a monitoring tool. Maximum length: 4000 characters. |
em_event.additional_info [Additional information] |
Optional. A JSON string that gives more information about the event. The JSON data is supported for String values only, other value types are not supported. You must convert numbers to String values by enclosing them in double quotes. For example, this value is not supported: {"CPU":100 } while this value is supported: {"CPU":"100"}. Another example of a valid JSON string is: {"evtComponent":"Microsoft-Windows-WindowsUpdateClient","evtMessage":"Installation Failure: Windows failed. Error 0x80070490"}. This information can be used for third-party integration or other post-alert processing. Values in the Additional information field of an Event that are not in JSON key/value format are normalized to JSON key/value format when the event is processed. For example, assume that the following plain text is in the Additional information field “Connection instance is successful”. When the event is processed, all this plain text becomes one JSON string and might not be useful within an alert. In the resultant alert, this string is in the Additional information field in JSON key/value format, containing the data: {“additional_content”: “Connection instance is successful"}. |
processing_notes [Processing Notes] |
Display of the events processing log. |