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:
|
String |
Mandatory |
| application_version |
Application version. Example: "1.0.0" |
Mandatory | |
| kind |
Log family to which the log belongs. Prescribed value:
|
String |
Mandatory |
|
category |
Log category. Prescribed values:
|
String |
Mandatory |
| action |
Event that occurred. Prescribed value:
|
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 |