APM Transaction fields

edit

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 fields

edit

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.