APM Transaction fieldsedit

Transaction-specific data for APM

transaction.idedit

type: keyword

format: url

A UUID4 transaction ID.

transaction.nameedit

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.keywordedit

type: keyword

transaction.typeedit

type: keyword

The transaction type, e.g. "request", or "job".

duration fieldsedit

None

transaction.duration.usedit

type: long

format: duration

Total duration of this transaction, in microseconds.

transaction.resultedit

type: keyword

The result of the transaction. HTTP status code for HTTP-related transactions.