Synthetics types fields
editSynthetics types fields
editNone
synthetics
editSynthetics 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
editDuration 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
editAttributes 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
editAbsolute values of all user experience metrics in the browser relative to the navigation start event in microseconds
fcp
editduration of First contentful paint metric
-
synthetics.browser.experience.fcp.us
-
type: integer
lcp
editduration of Largest contentful paint metric
-
synthetics.browser.experience.lcp.us
-
type: integer
dcl
editduration of Document content loaded end event
-
synthetics.browser.experience.dcl.us
-
type: integer
load
editduration 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
edittrace 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
editmonotonically increasing trace start time in microseconds
-
synthetics.browser.relative_trace.start.us
-
type: long
duration
editduration 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