Event Configuration
Home > Select Project > Sitemap > Alert > Event Configuration
The Event Configuration menu allows you to set the events based on the field (Field) rather than the category (Category). By providing basic event templates for the products of the created project, you can quickly and easily configure the warning notification events.
By configuring events to select fields first, the mismatch between user-perceived metrics and event settings is eliminated. By combining the visual intuition of the simulation, you can complete events quickly and accurately.
-
New projects can use this feature without any separate settings.
-
In a created project, clicking the Create event template button automatically generates a list of events optimized for new features.
-
The provided event templates may differ depending on the product.
-
This event setting can be used by only the members with the Alert settings role. For more information about the member roles, see the following.
Configuring the event
See the following for a new way to configure events using the Event Configuration menu.
Sharing all event settings
You can download all event settings including basic events, in JSON or Excel format. If you share product settings of the same type, repetitive event configuration can be reduced.
Export
A JSON file containing all event settings can be downloaded. Downloaded files can be modified using the JSON bulk editing feature. Click the JSON Batch Download button at the top of the screen.
-
The format of the JSON file name is integrated-event-
YYYY-MM-DD.json. -
The structure of the JSON data and sub properties of the
eventsproperty may differ depending on the product (platform) or product type (productType).
If you arbitrarily modify the value of the productType or platform property among the JSON data properties, the events may not work in other projects.
JSON Data Structure
{
"productType": "{productType}",
"platform": "{platform}",
"events": {
"HITMAP": {
...
},
"LOG_REALTIME": [
{...}
],
"METRICS": [
{...}
],
"COMPOSITE_LOG": [
{...}
],
"BASIC": [
{...}
],
"COMPOSITE_METRICS": [
{...}
],
"ANOMALY": [
{...}
]
}
}
The sub properties of the events property correspond to the following event settings.
BASIC: Default
METRICS: Metrics
COMPOSITE_METRICS: Composite metrics
Load
-
Click the
JSON Batch Edit button at the top of the screen.
-
If the JSON editing window appears, click the Import button at the bottom of the screen.
-
Through the
JSON Batch Download feature, select the downloaded JSON file.
-
Select Overwrite.
-
When the confirmation message appears, Click Overwrite.
If overwritten, the previous event settings cannot be restored.
-
If you arbitrarily modify the value of the
productTypeorplatformproperty, the events may not work in other projects. -
The JSON editing window has a built-in JSON validation function. If the format or value is incorrect, an error message appears below the editing window, and the Overwrite button is disabled.
