Generic log fields

The following fields are displayed for all logs generated by SDS for Kubernetes init container in the order shown in the table.

Field

Description

Type

Mandatory/Optional

timestamp

Date and time at which the log was created. In UTC format.

Example: "2025-05-21T08:54:17.262"

String in ISO 8601 format Mandatory

severity

Level of severity of the log.

Prescribed values:

  • info: Normal operation information message that requires no action,

  • err: Action failed.

String

Mandatory

application_version

Application version.

Example: "1.0.0"

  Mandatory
kind

Log family to which the log belongs.

Prescribed value:

  • domain: SDS for Kubernetes init container business operation logs.

String

Mandatory

category

Log category.

Prescribed values:

  • secrets: Logs related to the sensitive data encrypted by SDS for Kubernetes init container.

String

Mandatory

action

Event that occurred.

Prescribed value:

  • decrypt

String

Mandatory

The fields in the error block described below are displayed for all logs generated by the SDS for Kubernetes init container in the event of an error when executing the action:

Field

Description

Type

Mandatory/Optional

error.code

Error identifier.

String Mandatory
error.message

Error message.

String Mandatory