ok, well this is the tls plugin for distributed: <...
# general
m
ok, well this is the tls plugin for distributed: https://github.com/facebook/osquery/blob/master/osquery/distributed/plugins/tls.cpp notice the methods
TLSDistributedPlugin::getQueries
and
TLSDistributedPlugin::writeResults
. if you add a new plugin, you would have to implement both methods in your new plugin