﻿---
title: APM anomaly detection configurations
description: This anomaly detection job appears in the APM app and the Machine Learning app when you have data from APM Agents or an APM Server in your cluster. It...
url: https://www.elastic.co/elastic/docs-builder/docs/3016/reference/machine-learning/ootb-ml-jobs-apm
products:
  - Elasticsearch
  - Machine Learning
---

# APM anomaly detection configurations
This anomaly detection job appears in the APM app and the Machine Learning app when you have data from APM Agents or an APM Server in your cluster. It is available only if data exists that matches the query specified in the [manifest file](https://github.com/elastic/kibana/blob/master/x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/apm_transaction/manifest.json).
For more information about anomaly detection in the APM app, refer to [Machine learning integration](https://www.elastic.co/elastic/docs-builder/docs/3016/solutions/observability/apm/machine-learning).

## Transactions


| Name           | Description                                                                                | Job (JSON)                                                                                                                                                         | Datafeed                                                                                                                                                                    |
|----------------|--------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| apm_tx_metrics | Detects anomalies in transaction latency, throughput and error percentage for metric data. | [code](https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/apm_transaction/ml/apm_tx_metrics.json) | [code](https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/apm_transaction/ml/datafeed_apm_tx_metrics.json) |