4.22 Configuring Bulk Action on the Events

If the bulk action on the events are configured, events are updated as per the configuration. This feature allows you to make decisions on events in bulk in accordance with the bulk action feature that is currently available for alerts on the alert list page. This feature can be enabled or disabled, and the required event decision mapping for alert decisions can be performed in the backend.
To enable or disable, and do the required decision mapping for the alert follow the subsequent steps:
  1. Access the Atomic Schema and access the FCC_ZCS_ALERT_ACTIONS_DIM table.
  2. Change the value for the following parameters:
    • V_EVNT_UPDATE_FL
    • V_EVNT_DECISION_OVERRIDE_FL
    • V_EVENT_STATUS_CODE
    Based on the FCC_ZCS_ALERT_ACTIONS_DIM table configuration, while performing bulk action, you must update the event status to V_EVENT_STATUS_CODE value for that particular action.
    The event decision will only override when the V_EVNT_DECISION_OVERRIDE_FL is enabled as Y. If V_EVNT_DECISION_OVERRIDE_FL value is N, then the Events in the Pending status are updated.
    Use Case 1:
    When the V_EVNT_UPDATE_FL value is N, the events inside the alert are not updated.
    Use Case 2:
    When the V_EVNT_UPDATE_FL value is Y, then the system will check whether the V_EVNT_DECISION_OVERRIDE_FL is enabled or not.
    • The V_EVNT_DECISION_OVERRIDE_FL value is N: Event decision status will not be overwritten.
    • The V_EVNT_DECISION_OVERRIDE_FL value is Y: Event decision status will be overwritten with V_EVENT_STATUS_CODE value.