Synthetics types fieldsedit

None

syntheticsedit

Synthetics related fields.

synthetics.type

type: keyword

synthetics.package_version

type: keyword

synthetics.index

Indexed used for creating total order of all events in this invocation.

type: integer

synthetics.payload

type: object

Object is not enabled.

synthetics.blob

binary data payload

type: binary

synthetics.blob_mime

mime type of blob data

type: keyword

synthetics.step.name

type: text

synthetics.step.index

type: integer

synthetics.step.status

type: keyword

durationedit

Duration required to complete the step.

synthetics.step.duration.us

Duration in microseconds

type: integer

synthetics.journey.name

type: text

synthetics.journey.id

type: keyword

synthetics.error.name

type: keyword

synthetics.error.message

type: text

synthetics.error.stack

type: text

synthetics.screenshot_ref.width

Width of the full screenshot in pixels.

type: integer

synthetics.screenshot_ref.height

Height of the full screenshot in pixels

type: integer

blocksedit

Attributes representing individual screenshot blocks. Only hash is indexed since it’s the only one we’d query on.

synthetics.screenshot_ref.blocks.hash

Hash that uniquely identifies this image by content. Corresponds to block document id.

type: keyword

experienceedit

Absolute values of all user experience metrics in the browser relative to the navigation start event in microseconds

fcpedit

duration of First contentful paint metric

synthetics.browser.experience.fcp.us

type: integer

lcpedit

duration of Largest contentful paint metric

synthetics.browser.experience.lcp.us

type: integer

dcledit

duration of Document content loaded end event

synthetics.browser.experience.dcl.us

type: integer

loadedit

duration of Load end event

synthetics.browser.experience.load.duration

type: integer

synthetics.browser.experience.cls

culumative layout shift score across all frames

type: integer

relative_traceedit

trace event with timing information that are realtive to journey timings in microseconds

synthetics.browser.relative_trace.name

name of the trace event

type: keyword

synthetics.browser.relative_trace.type

could be one of mark or measure event types

type: text

startedit

monotonically increasing trace start time in microseconds

synthetics.browser.relative_trace.start.us

type: long

durationedit

duration of the trace event in microseconds.

synthetics.browser.relative_trace.duration.us

type: integer

synthetics.browser.relative_trace.score

weighted score of the layout shift event

type: integer