ContainerLogV2
Kubernetes Container logs in V2 schema. This is the successor for ContainerLog. This has more friendlier schema, specifically for kubernetes orchestrated containers in pods.
Categories
- Containers
Solutions
- ContainerInsights
Resource types
- Kubernetes Services
Columns
| Column | Type | Description |
|---|---|---|
| Computer | string | Name of the Computer/Node generating the log. |
| ContainerId | string | Container ID of the log source as seen by the Container engine. |
| ContainerName | string | Name of the Container generating the log. |
| LogMessage | dynamic | Log message from stdout or stderr. Being a dynmic field, json log messages can be queried without parse_json. |
| LogSource | string | Source of the Log message. Possible vlaues are stdout or stderr. |
| PodName | string | Kubernetes Pod name for the Container generating the log. |
| PodNamespace | string | Kubernetes Namespace for the container's pod. |
| _ResourceId | string | A unique identifier for the resource that the record is associated with |
| SourceSystem | string | |
| _SubscriptionId | string | A unique identifier for the subscription that the record is associated with |
| TenantId | string | |
| TimeGenerated | datetime | The timestamp (UTC) of when the log was generated. |
| Type | string | The name of the table |