Skip to content

Commit

Permalink
[DOCS] Updates to APM ML module for service maps (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jul 15, 2020
1 parent 9cd4151 commit da620fc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/en/stack/ml/anomaly-detection/ootb-ml-jobs-apm.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,10 @@ This job is useful in identifying bots.
// tag::apm-transaction-jobs[]
Detect anomalies in transactions from your APM services.

high_mean_response_time::
high_mean_transaction_duration::

* For transaction data where `processor.event` is `transaction` and
`transaction.type` is `request`.
* Models response time duration of transactions.
* For transaction data where `processor.event` is `transaction`.
* Models duration of transactions by transaction type for APM services.
* Detects anomalies in high mean of transaction duration (using the
<<ml-metric-mean,`high_mean` function>>).

Expand Down

0 comments on commit da620fc

Please sign in to comment.