Channels
doorman
zercurity
infrastructure
code-review
queryhub
apple-silicon
carving
goquery
aws
querycon
golang
file-carving
fuzzing
help-proxy
darkbytes
process-auditing
general
windows
random
fleet-dev
tls
fim
awallaby
zentral
zeek
auditing-warroom
linen-dev
fleetosquery
plugins
jobs
arm-architecture
uptycs
android_tests
selfgroup
vendor-feeds
fleet
eclecticiq-polylogyx-extension
ebpf
website
core
macos
kolide
osctrl
extensions
foundation
sql
officehours
linux
community-feeds
Powered by
#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
Post