I’m pretty sure there’s something weird in the ext...
# extensions
s
I’m pretty sure there’s something weird in the extensions/config. I recall something about how extensions get loaded, because they can create new config sections. (This might only be c++ ones, not thrift ones)
a
We have used the generate config action in the past from an extension I think
s
Is generate config the thing that returns a config to osquery, or does it register new config options?
I think plugins can register
config_parser
routes. But I’m really shakey on how it works