你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
The Google Cloud Platform Cloud Monitoring data connector ingests Monitoring logs from Google Cloud into Microsoft Sentinel using the Google Cloud Monitoring API. Refer to Cloud Monitoring API documentation for more details.
Table attributes
Attribute | Value |
---|---|
Resource types | - |
Categories | Security |
Solutions | SecurityInsights |
Basic log | Yes |
Ingestion-time transformation | No |
Sample Queries | - |
Columns
Column | Type | Description |
---|---|---|
_BilledSize | real | The record size in bytes |
GCPResource | dynamic | The monitored resource associated with the metric (e.g., VM instance, GKE cluster), includes resource type and labels |
_IsBillable | string | Specifies whether ingesting the data is billable. When _IsBillable is false ingestion isn't billed to your Azure account |
MetricKind | string | The type of metric: GAUGE (instant value), DELTA (change over time), or CUMULATIVE (accumulated value) |
MetricLabels | dynamic | Key-value pairs that identify the characteristics of the metric (e.g., instance ID, region, etc.) |
MetricType | string | The full path of the metric type being monitored (e.g., 'compute.googleapis.com/instance/cpu/utilization') |
Points | dynamic | A list of time series data points that contain values and timestamps for the metric |
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 |
TenantId | string | The Log Analytics workspace ID |
TimeGenerated | datetime | The timestamp when the metric or log entry was generated at the source, representing the actual occurrence time of the data point. |
Type | string | The name of the table |
ValueType | string | The type of value recorded: INT64, DOUBLE, BOOL, STRING, or DISTRIBUTION |