is there anyway to export my fleet pack config in ...
# kolide
w
is there anyway to export my fleet pack config in json format that standalone osquery is expecting? Have some system that I won't be able to connect to my fleet server directly, so if I could export my config in osquery format, would save me some effort having to do it manually
n
I'm also interested in the answer to this. I think maybe a workaround would be to run osqueryd like this:
Copy code
sudo osqueryd --ephemeral --tls_dump --verbose --flagfile flags # where flags contains info to connect to fleet
And it will dump decorators, packs, etc in json format to the command line
Might be able to do something with that 🤷
w
Oh interesting, yeah I'll give that a shot