Description of the illustration s-create-rule.png
The image shows a Create Rule page in the Oracle Cloud Infrastructure (OCI) Events service.
The page is used to define an event rule that triggers actions based on Oracle Data Safe alert events.
Page Header
The page title is:
- Create Rule
General Information
At the top of the page are fields for defining rule details:
-
Display Name
- Empty text field with placeholder:
Enter a display name
- Empty text field with placeholder:
-
Description
- Empty text field with placeholder example:
Describe what the rule does. Example: Sends a notification when backups complete.
- Empty text field with placeholder example:
Rule Conditions Section
A section titled Rule Conditions is used to define event filtering logic.
Supporting text explains that events can be filtered based on event types, attributes, and filter tags.
Configured Conditions
The following event condition is configured:
-
Condition
Event Type
-
Service Name
Data Safe
-
Event Type
Alert Generated
An additional attribute-based condition is also configured:
-
Condition
Attribute
-
Attribute Name
targetId
-
Attribute Values
- Empty input field
Buttons and controls include:
- Remove condition icons
- Dropdown selectors
- Another Condition button
Rule Logic Panel
A panel on the right side displays the generated rule logic expression.
The visible rule logic includes:
MATCH event WHERE (
eventType EQUALS ANY OF (
com.oraclecloud.datasafe.generateauditalert
)
)