File tree Expand file tree Collapse file tree
docs/reference/ml/anomaly-detection/functions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -282,5 +282,5 @@ PUT _ml/anomaly_detectors/example7
282282
283283This example detects instances of port scanning. When you use this function in a
284284detector in your {anomaly-job}, it models the distinct count of ports. It also
285- detects the `src_ip` values that connect to an unusually high number of different
286- `dst_ports` values compared to other `src_ip` values.
285+ detects the `src_ip` values that connect to an unusually high number of
286+ different `dst_ports` values compared to other `src_ip` values.
Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ is not applicable for this function.
102102--------------------------------------------------
103103{
104104 "function" : "high_non_null_sum",
105- "fieldName " : "amount_approved",
106- "byFieldName " : "employee"
105+ "field_name " : "amount_approved",
106+ "by_field_name " : "employee"
107107}
108108--------------------------------------------------
109109// NOTCONSOLE
You can’t perform that action at this time.
0 commit comments