Hello everyone 👋
I have a question regarding orbit and using a filesystem config plugin for osquery.
Given I have orbit on a mac machine connected to fleetdm, if I wanted to update the orbit agent so that the osquery deamon read in a filesystem config plugin that could then be queried from fleetdm, would that be as simple as updating the agent YAML with something like this:
config:
command_line_flags: {
config_path: /var/osquery/osquery.conf
}