You are looking at documentation for a beta release.
APM Transaction fieldsedit
Transaction-specific data for APM
transaction.id
edit
type: keyword
format: url
A UUID4 transaction ID.
transaction.name
edit
type: 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
edit
type: keyword
transaction.type
edit
type: keyword
The transaction type, e.g. "request", or "job".
duration fieldsedit
None
transaction.duration.us
edit
type: long
format: duration
Total duration of this transaction, in microseconds.
transaction.result
edit
type: keyword
The result of the transaction. HTTP status code for HTTP-related transactions.