Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Score an event based on the past behavior of similar events. If an event is anomalous, a higher score is assigned.

Operator Usage in Easy Mode

  1. Click + on the parent node.
  2. Enter the Baseline Scorer operator in the search field and select the operator from the Results to open the operator form.
  3. In the Input Table drop-down, enter or select the table containing the data to run this operator on.
  4. In the Group By Field, enter the column name by which to group the rows by.
  5. In the Metric Field, enter the column name that contains the metric to be used for scoring.
  6. In the Baseline Table drop-down, enter or select the name of the baseline table.
  7. Click Run to view the result.
  8. Click Save to add the operator to the playbook.
  9. Click Cancel to discard the operator form.

Usage Details

``` {text}baselineScorer(eventTable, groupByField, metricField, baselineTable)

...