Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
ec2_instance_tags
EC2 instance tag key value pairs.
Column | Type | Description |
---|---|---|
instance_id | text | EC2 instance ID |
key | text | Tag key |
value | text | Tag value |
select * from ec2_instance_tags