Hi guys, I am new to fleet. I wanted to know: - is...
# fleet
n
Hi guys, I am new to fleet. I wanted to know: • is there a way to do a query via osquery to see if the machine hosting osquery can reach an external endpoint (like an http server)? • is there a way to deploy via fleet an osquery plugin (developed internally) that can do different operations (like testing external endpoint) and augment Osquery
a
For the first question: there is a "curl" table that you can use
t
hi there! and for the second question: fleet doesn't currently support deploying software to hosts. That is usually done with things like Chef/Puppet/etc or by hand. Once the plugin is distributed and loaded by osquery, you can certainly use it through fleet
n
thank you!