Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Google Cloud Platform (GCP) Kubernetes Engine data connector allows you to monitor containerized applications, track performance metrics, and detect potential threats across your GKE environment.
Table attributes
Attribute | Value |
---|---|
Resource types | - |
Categories | Security |
Solutions | SecurityInsights |
Basic log | Yes |
Ingestion-time transformation | No |
Sample Queries | - |
Columns
Column | Type | Description |
---|---|---|
ActuationLatencySeconds | real | Time taken (in seconds) to apply the autoscaling decision from the time it was made. |
ActuationTime | datetime | The timestamp when the autoscaler made a scaling decision. |
_BilledSize | real | The record size in bytes |
ClusterName | string | The name of the GKE cluster where the HPA decision occurred. |
ComponentLocation | string | The physical location (region or zone) of the Kubernetes component emitting the log. |
ComponentName | string | The name of the GKE control plane component (typically 'horizontal-pod-autoscaler'). |
ComputeResourceName | string | The name of the compute resource or pod that is being scaled. |
ConfiguredSize | int | The number of replicas configured after the autoscaler decision. |
HPA | string | The name of the Horizontal Pod Autoscaler making the decision. |
InsertId | string | A unique ID assigned to the log entry to ensure de-duplication. |
_IsBillable | string | Specifies whether ingesting the data is billable. When _IsBillable is false ingestion isn't billed to your Azure account |
Labels | dynamic | Dynamic field containing various labels associated with the log entry. |
LeadingMetricIndex | int | Index indicating the metric that most influenced the autoscaling decision. |
Location | string | The geographical location (region or zone) of the cluster. |
LogName | string | The resource path of the log (e.g., projects/{project_id}/logs/{log_id}). |
Message | string | The content of the log message. |
ProjectID | string | The Google Cloud project ID that owns the GKE cluster. |
ReceiveTimestamp | datetime | The timestamp when the log was received by the logging system. |
Replicas | int | The current number of replicas before the scaling decision. |
Severity | string | The severity level of the log (e.g., DEBUG, INFO, WARNING, ERROR). |
SourceFile | string | The source code file where the log originated from. |
SourceLine | string | The specific line number in the source file that generated the log. |
SourceSystem | string | The type of agent the event was collected by. For example, OpsManager for Windows agent, either direct connect or Operations Manager, Linux for all Linux agents, or Azure for Azure Diagnostics |
StartTime | datetime | The time when metric collection or evaluation started for the autoscaler. |
TargetRefAPIVersion | string | API version of the target resource (e.g., apps/v1). |
TargetRefKind | string | Kind of the target Kubernetes resource (e.g., Deployment, StatefulSet). |
TargetRefName | string | The name of the target Kubernetes object being scaled. |
TenantId | string | The Log Analytics workspace ID |
TimeGenerated | datetime | The timestamp indicating when the log event was created or generated by the source system. |
TopLevelLimit | string | The top-level scaling limit set on the number of replicas (e.g., maxReplicas). |
TopLevelOverride | string | An override value for top-level limits, if specified (e.g., via policy or admin input). |
Type | string | The name of the table |
VMName | string | The name of the VM instance hosting the workload. |
Zone | string | The specific zone in which the resource resides. |