Enable processing of event process statistics

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • Enable the system property that switches on statistics processing for events to let the platform collect and analyze metrics such as event volume, processing flow, and handling time. This helps you monitor system performance, identify bottlenecks, and optimize event handling for faster and more efficient operations.

    시작하기 전에

    Role required: evt_mgmt_admin

    프로시저

    1. Navigate to All > System Properties > All Properties.
    2. Select New and fill in the form.
      표 1. System property fields
      Field Description
      Name Name of the property you are creating.
      Description Narrative that describes the property and its function.
      Choices Comma-separated values for a choice list. If you need a different choice list label and value, use an equal sign (=) to separate the label from the value. For example, Blue=0000FF, Red=FF0000,Green=00FF00 displays Blue, Red, and Green in the list, and saves the corresponding hex value in the property value field.
      Type Data type, that is selected from a list (for example, integer, string, or true|false).
      Value Desired value for the property. When retrieving properties using the gs.getProperty() method, treat the results as strings. For example, a true|false property returns 'true' or 'false' (strings), not the Boolean equivalent.
      Read roles Roles that have read access to this property.
      Write roles Roles that have write access to this property.
    3. Select Submit.