Hello everyone :wave: I have a question regarding ...
# fleet
k
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:
Copy code
config:
command_line_flags: {
    config_path: /var/osquery/osquery.conf
}
Thread in #general
Hi @Donny! I'm curious on why you'd like to manage the flags locally rather than through Fleet.
Or rather the config.
d
Hello @Kathy Satterlee, thanks for getting back to me. My understanding of the docs was that you could update osquery cmd line flags from Fleet, which I assumed meant that orbit would re-run osquery with the cmd line flags and arguments you gave. Are you saying it's possible I can do something like Automatic Table Construction or Yara rules directly from the fleetdm admin config?
i.e. putting the JSON as shown in https://osquery.readthedocs.io/en/latest/deployment/configuration/ as yaml in the fleetdm config
k
d
You are amazing @Kathy Satterlee, I really appreciate it!
k
Glad that helped :)