You are looking at documentation for a beta release.
APM Transaction fields
editAPM Transaction fields
editTransaction-specific data for APM
transaction.id
edittype: keyword
format: url
A UUID4 transaction ID.
transaction.name
edittype: text
Name of the transaction. This is usually a generic path to the controller/endpoint that handled the transaction. TODO: investigate use of "path_hierarchy" tokenizer
transaction.name.keyword
edittype: keyword
transaction.type
edittype: keyword
The transaction type, e.g. "request", or "job".
duration fields
editNone
transaction.duration.us
edittype: long
format: duration
Total duration of this transaction, in microseconds.
transaction.result
edittype: keyword
The result of the transaction. HTTP status code for HTTP-related transactions.