Skip to main content

Event Setting

Home > Select Project > Icon Sitemap > Alert > Event Configuration New

The new Event Configuration menu can enhance the user experience by focusing 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 desired warning notification events.

By selecting fields first rather than categories, we can resolve the discrepancy between metrics perceived by the user and event settings. By combining the visual intuition of the simulation, you can complete event settings quickly and accurately.

Note
  • New projects can use this feature without extra settings. However, for the created projects, select Create event template. The event lists optimized for new features are automatically generated.

  • The provided event templates may differ depending on the product.

  • This function 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

For information on how to configure events with the new Event Configuration feature and design, see the following:

Sharing all event settings

You can download the settings of the default event and all other events as a JSON format file, allowing you to share the settings between products of the same type. This simplifies repetitive event configurations.

Export

On the screen, select JSON Batch Download. A JSON file containing all event settings are downloaded. The format of the JSON file name is integrated-event-YYYY-MM-DD.json.

The JSON data structure is as follows:

integrated-event
{
"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.

Events

  • BASIC: Default
  • METRICS: Metrics
  • COMPOSITE_METRICS: Composite metrics
  • HITMAP: Hitmap pattern
  • ANOMALY: Anomaly detection

  • LOG_REALTIME: Real-time log event

  • COMPOSITE_LOG: Composite log event

Note

The structure of the JSON data and sub properties of the events property may differ depending on the product (platform) or product type (productType).

Caution

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.

Load

  1. On the screen, select JSON Batch Edit.

  2. If the JSON editing window appears, select Load at the bottom of the screen.

    JSON Batch Edit

  3. Using the JSON Batch Download function, select a JSON file to download.

  4. Select Overwrite.

  5. When the confirmation message appears, select Overwrite.

Note
  • If overwritten, the previous event settings cannot be restored.

  • If you arbitrarily modify the value of the productType or platform property, 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.