Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
ycloud_instance_metadata
Yandex.Cloud instance metadata.
Column | Type | Description |
---|---|---|
cloud_id | text | Cloud identifier for the VM |
description | text | Description of the VM |
folder_id | text | Folder identifier for the VM |
hostname | text | Hostname of the VM |
instance_id | text | Unique identifier for the VM |
metadata_endpoint | text | Endpoint used to fetch VM metadata |
name | text | Name of the VM |
serial_port_enabled | text | Indicates if serial port is enabled for the VM |
ssh_public_key | text | SSH public key. Only available if supplied at instance launch time |
zone | text | Availability zone of the VM |
select * from ycloud_instance_metadata where metadata_endpoint="http://169.254.169.254"