https://github.com/osquery/osquery logo
Title
v

vaar

05/18/2020, 10:08 PM
is there a way to get the osquery flags with fleetctl ?
z

zwass

05/18/2020, 10:29 PM
fleetctl get options
what you're looking for?
v

vaar

05/18/2020, 10:38 PM
I see the options but not all the flags passed to osqueryd conf
z

zwass

05/18/2020, 10:41 PM
You want the flags passed in the flagfile? You probably want to live query the
osquery_flags
table.
👍 1
v

vaar

05/18/2020, 10:46 PM
yeah, I will use the table 🙂