https://github.com/osquery/osquery logo
#general
Title
# general
z

Zach Zeid

05/27/2021, 4:16 PM
how does https://osquery.io/schema/4.8.0#ec2_instance_tags work? I'm currently on an instance, running
select * from ec2_instance_tags;
and it returns nothing.
t

theopolis

05/28/2021, 2:38 AM
My understanding is that it should work as expected without needing configuration. But I also remember conversation about inconsistent data being reported.
Let me look into recent code changes.
This change is recent and not included in 4.8.0, perhaps it is part of the fix? https://github.com/osquery/osquery/pull/7084/files
z

Zach Zeid

05/28/2021, 11:41 AM
it appears that my issue was needed to have
DescribeTags
permission.
3 Views