IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
APM
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
APM
editThese anomaly detection job wizards appear in Kibana if you have data from APM Agents or
an APM Server stored in Elasticsearch. For more details, see the datafeed and job
definitions in the apm_* folders in
GitHub.
- abnormal_span_durations_jsbase
- abnormal_span_durations_nodejs
-
-
For data from Elastic APM RUM JavaScript agents or Elastic APM Node.js agents (where
agent.nameisjs-baseornodejs). -
Models the duration of spans (
partition_field_nameisspan.type). -
Detects for spans that are taking longer than usual to process (using the
high_meanfunction).
-
For data from Elastic APM RUM JavaScript agents or Elastic APM Node.js agents (where
- abnormal_trace_durations_nodejs
-
-
For data from Elastic APM Node.js agents (where
agent.nameisnodejs). - Models the duration of trace transactions.
-
Detects trace transactions that are processing slower than usual (using the
high_meanfunction).
-
For data from Elastic APM Node.js agents (where
- anomalous_error_rate_for_user_agents_jsbase
-
-
For data from Elastic APM RUM JavaScript agents (where
agent.nameisjs-base). -
Models the error rate of user agents (
partition_field_nameisuser_agent.name). -
Detects user agents that are encountering errors at an above normal rate
(using the
high_non_zero_countfunction).
-
For data from Elastic APM RUM JavaScript agents (where
This job can help detect browser compatibility issues.
- decreased_throughput_jsbase
- decreased_throughput_nodejs
-
-
For data from Elastic APM RUM JavaScript agents or Elastic APM Node.js agents (where
agent.nameisjs-baseornodejs). - Models the transaction rate of the application.
-
Detects periods during which the application is processing fewer requests
than normal (using the
low_countfunction).
-
For data from Elastic APM RUM JavaScript agents or Elastic APM Node.js agents (where
- high_count_by_user_agent_jsbase
-
-
For data from Elastic APM RUM JavaScript agents (where
agent.nameisjs-base). -
Models the request rate of user agents (
partition_field_nameisuser_agent.name). -
Detects user agents that are making requests at a suspiciously high rate
(using the
high_non_zero_countfunction).
-
For data from Elastic APM RUM JavaScript agents (where
This job is useful in identifying bots.
- high_mean_response_time
-
-
For transaction data where
processor.eventistransactionandtransaction.typeisrequest. - Models response time duration of transactions.
-
Detects anomalies in high mean of transaction duration (using the
high_meanfunction).
-
For transaction data where