Synthetics types fields

edit

None

synthetics

edit

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.name.keyword

type: keyword

synthetics.step.index

type: integer

synthetics.step.status

type: keyword

duration

edit

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.journey.tags

Tags used for grouping journeys

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

blocks

edit

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

experience

edit

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

fcp

edit

duration of First contentful paint metric

synthetics.browser.experience.fcp.us

type: integer

lcp

edit

duration of Largest contentful paint metric

synthetics.browser.experience.lcp.us

type: integer

dcl

edit

duration of Document content loaded end event

synthetics.browser.experience.dcl.us

type: integer

load

edit

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_trace

edit

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

start

edit

monotonically increasing trace start time in microseconds

synthetics.browser.relative_trace.start.us

type: long

duration

edit

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