- Legacy APM Server Reference:
- Overview
- Getting Started With APM Server
- Setting up APM Server
- Upgrading APM Server
- Configuring APM Server
- General configuration options
- Configure the output
- Parse data using ingest node pipelines
- Specify SSL settings
- Load the Elasticsearch index template
- Manual index lifecycle management
- Configure logging
- Set up Real User Monitoring (RUM) support
- Use environment variables in the configuration
- Set up project paths
- Securing APM Server
- Monitoring APM Server
- Real User Monitoring (RUM)
- Tune Data Ingestion
- Storage Management
- Intake API
- Exploring data in Elasticsearch
- Exported fields
- Troubleshooting
- Release notes
A newer version is available. For the latest information, see the
current release documentation.
APM Transaction fieldsedit
Transaction-specific data for APM
-
transaction.name
-
type: keyword
Generic designation of a transaction in the scope of a single service (eg. GET /users/:id).
-
transaction.name.text
-
type: text
duration fieldsedit
None
-
transaction.duration.us
-
type: long
Total duration of this transaction, in microseconds.
-
transaction.result
-
type: keyword
The result of the transaction. HTTP status code for HTTP-related transactions.
-
transaction.marks
-
type: object
A user-defined mapping of groups of marks in milliseconds.
-
transaction.marks.*.*
-
type: object
-
transaction.span_count.dropped
-
type: long
The total amount of dropped spans for this transaction.
On this page
Was this helpful?
Thank you for your feedback.