In this topic, you can find information about creating an Analytics Definition from Operations UI.

Prerequisites

You must configure Kafka Access Settings for OI server inorder to receive Anomaly as alerts from the configured Anomaly definition. For more information on how to configure Kafka Access Settings, see Add Kafka Access Setting in Domain Settings.

Procedure

  1. Log in to Operations UI, see the Start Operations UI in VMware Telco Cloud Service Assurance User Guide for more information.
  2. Navigate to Administration > Alarms Management > Analytics.
  3. To create Analytics, click Add.
    Add Analytics page is displayed.
  4. Provide the following details:
    Parameter Description
    Name Provide the definition name.
    Baseline Interval Provide the duration type as hourly. Default is hourly.
    Note: If you select Baseline Interval as hourly, then you must wait for approximately one hour to see the data.
  5. Click Advanced Options.
  6. Provide the following details:
    Parameter Description
    Consumption Rate Provide the number of Kafka consumers which are used by the anomaly definition while reading metric data when the definition is deployed.
    Processing Rate Provide the number of Flink parallelism used by the anomaly definition while processing the metric data.
    Variation Factor Defines the lower and upper bound for mean and standard deviation in the following way:
    • Upper bound = mean + n * standard deviation.
    • Lower bound = mean – n * standard deviation
    • Where 1>= n <=3
    EnableLower class Anomaly Acceptable options are:
    • True
    • False
    Note:

    If true, Analytics Service generates the anomaly for the metric value which is less than the lower class boundary (LCB) else ignored.

  7. To add metrics, click Add Metric.
    1. From the selection drop-down menu, select domain and subdomain.
    2. Click Next.
    3. From the metrics selection window, select one or more relevant metrics.
    4. Click Next.
    5. Confirm the selection of metrics for use in the alarm definition. Once the metric is selected, you can see the corresponding metric details in a table.
      To delete a metric from the table, click the vertical ellipsis (⋮) against the metrics name and click Delete.
    6. Click Finish.
  8. To add selection criteria, click Add.
    Note: To add a criteria, you first need to add a metric.
  9. Provide the following details:
    Parameter Description
    Criteria Name Provide the criteria name.
    Device Types Provide the device type as Switch, Router.

    It must match with the topology device type name.

    Note: It accepts one or more comma-separated multiple values, First letter must be in the capital: S, R.
    Device Name(s) Provide the name of the device (appears same as in the topology), or regular expression which matches to a single or multiple device names.
    Note: It accepts one or more comma-separated regular expressions.

    For example: The dot* (.*) can be used for all devices name.

    EntityTypes Provide the device entity type, such as Port, Interface. It must appears same as in the Smarts topology.
    Note: It accepts one or more comma-separated multiple values, First letter must be in the capital: P, I.
    EntityName(s) Provide the complete name (appears same as in the topology), or regular expression which matches to a single or multiple device names.
    Note: It accepts one or more comma-separated regular expressions.

    For example: The dot* (.*) can be used for all the entities name.

  10. Click Add.
  11. Click Save.
    Note: If you want to edit existing definitions, then you need to wait until duration completes (for example, approx. one hour for hourly definition) for edited parameters to take effect.