Skip to content

Commit

Permalink
[DOCS] Fixes field names in ML sum functions. (#83048) (#83051)
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve authored Jan 25, 2022
1 parent b2c4013 commit 803c8ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,5 +282,5 @@ PUT _ml/anomaly_detectors/example7

This example detects instances of port scanning. When you use this function in a
detector in your {anomaly-job}, it models the distinct count of ports. It also
detects the `src_ip` values that connect to an unusually high number of different
`dst_ports` values compared to other `src_ip` values.
detects the `src_ip` values that connect to an unusually high number of
different `dst_ports` values compared to other `src_ip` values.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ is not applicable for this function.
--------------------------------------------------
{
"function" : "high_non_null_sum",
"fieldName" : "amount_approved",
"byFieldName" : "employee"
"field_name" : "amount_approved",
"by_field_name" : "employee"
}
--------------------------------------------------
// NOTCONSOLE
Expand Down

0 comments on commit 803c8ef

Please sign in to comment.