ECS Field Reference
FaaS
ECS Version:

FaaS

Fields describing functions as a service.

Fields

Field Summary

FieldTypeLevelDescription
faas.coldstartbooleanExtendedBoolean value indicating a cold start of a function.
faas.executionkeywordExtendedThe execution ID of the current function execution.
faas.idkeywordExtendedThe unique identifier of a serverless function.
faas.namekeywordExtendedThe name of a serverless function.
faas.trigger.request_idkeywordExtendedThe ID of the trigger request , message, event, etc.
faas.trigger.typekeywordExtendedThe trigger for the function execution.
faas.versionkeywordExtendedThe version of a serverless function.

Field Details

faas.coldstart

Type: boolean

Level: Extended

Description: Boolean value indicating a cold start of a function.

Indexed: true

faas.execution

Type: keyword

Level: Extended

Description: The execution ID of the current function execution.

Example: af9d5aa4-a685-4c5f-a22b-444f80b3cc28

Indexed: true

faas.id

Type: keyword

Level: Extended

Description: The unique identifier of a serverless function.

Example: arn:aws:lambda:us-west-2:123456789012:function:my-function

Indexed: true

faas.name

Type: keyword

Level: Extended

Description: The name of a serverless function.

Example: my-function

Indexed: true

faas.trigger.request_id

Type: keyword

Level: Extended

Description: The ID of the trigger request , message, event, etc.

Example: 123456789

Indexed: true

faas.trigger.type

Type: keyword

Level: Extended

Description: The trigger for the function execution.

Example: http

Indexed: true

faas.version

Type: keyword

Level: Extended

Description: The version of a serverless function.

Example: 123

Indexed: true