Skip to main content

Predefined Values

Predefined values are values defined in advance that will be replaced in the alarm message content. If predefined values are used, each predefined value entered in the message content will be replaced when the alarm is sent.

Predefined values can be entered in the following situations.

Predefined values can be entered in message detailed settings, using keywords that include double curly bracket pairs ( {{...}} ). When you enter double curly brackets in the message content, a Predefined Value Input Form will be displayed, allowing you to select and enter the desired predefined values conveniently using arrow keys.

create_recipient_create_custom_field_predefined_value

Setting Parameters in Entering Predefined Values

Certain predefined values require parameter settings. For predefined values that require parameters, selecting them in the predefined value input form will display the Set Parameters Modal.

While you could directly type in predefined values such as {{rand_num}}, specifying parameters could be challenging in this case. Therefore, it is recommended to use the Predefined Value Input Form mentioned earlier to enter values, if possible.

create_recipient_create_custom_field_predefined_value_params

Predefined Value List

Click the Predefined Value Input Form > [VALUE Input Guideline] button to display the modal listing available predefined values. Refer to the model contents below.

create_recipient_create_custom_field_predefined_value_modal

There are two types of predefined values.

  • Default: Predefined values that are used in common, regardless of Metrics Assigned to Alarm Rules
  • Metric: Predefined values related to the conditions where metrics assigned to alarm rules have been met (Note, if a predefined value not provided by the metric is used, that value will be replaced with N/A when the alarm is sent.)

Default Predefined Value

ValueDescriptionParameter O/XParameter
{{sender_ip}}IP of the system sending the initial requestX
{{sender_ip_pad}}IP of the system sending the initial request. Add padding string to 3 digits per octet unitX
{{sender_ip_pad_no_dot}}IP of the system sending the initial request. Add padding string to 3 digits per octet unit. Remove octet separator (.)X
{{rand_num}}Random number generation. The default value is to generate numbers between 1 and 100O- range: The range of numbers to be randomly generated, enter them in min and max order. (default: 1-100)
- paddingLetter: You can add Padding Letter before or after the randomly generated number. (default: empty string(''))
- digitLength: Enter the total number of digits to be generated, including numbers and padding. (default: maximum number of digits in the range)
- paddingLocation: Choose whether to put the padding before (left) or after (right) the randomly generated number. (default: left)
{{rand_str}}Random string generation. The default value is a 16-character string creation using upper and lower case lettersO- strLength: The length of the string to be randomly generated. (default: 16)
- stringType: You can select the type of character included in the string to be randomly generated. Enter 'upper' / 'lower' / 'num' / 'sp' in combination with +. (default: upper+lower)
{{date}}Create current dateO- format: You can specify the format to express the date in. (default: yyyyMMdd)
- timeZone: You can specify which region's date to print. (default: system timezone)
{{time}}Create current timeO- format: You can specify the format to express the time in. (default: HHmmss)
- timeZone: You can specify which region's time to print. (default: system timezone)
{{datetime}}Create current date/timeO- format: You can specify the format to express the date/time in. (default: yyyyMMddHHmmss)
- timeZone: You can specify which region's date/time to print. (default: system timezone)
{{timestamp}}Timestamp creationX
{{null}}Null handlingX
{{empty}}Empty string ('')X
{{blank}}Spaced string (white space)X
{{unknown}}Unknown stringX

Metric Predefined Value

ValueDescriptionParameter O/XParameter
{{title}}Subject of alarm messageX
{{content}}Contents of alarm messageX
{{trigger_value}}The trigger value you set in the alarm ruleX
{{component}}ComponentX
{{component_metric}}Component metricX
{{kafka_cluster}}Triggered cluster at 'Broker disk skewed'X
{{cluster}}Triggered clusterX
{{brokerId}}Broker IDX
{{kafka_job}}Job at 'Broker disk skewed'X
{{job}}JobX
{{partition}}PartitionX
{{topic}}Topic nameX
{{consumer_group}}Consumer groupX
{{quantile}}QuantileX
{{request}}Request methodX
{{zookeeper}}ZooKeeper IPX
{{schemaRegistry}}Schema registry IPX
{{connect}}Connect IPX
{{connector}}ConnectorX
{{status}}Connector statusX
{{task}}Connector taskX
{{value}}Alarm occurrence valueX
{{starts_at}}Triggered start timeO- format: You can specify the format to express the date/time in. (default: yyyyMMddHHmmss)
{{ends_at}}Triggered end timeO- format: You can specify the format to express the date/time in. (default: yyyyMMddHHmmss)