Ted Dorosheff
02/01/2022, 1:35 AMdistributed_plugin=tls is the default setting, but what are the other plugins? filesystem caused osqueryd to crash.
context: I'm trying to test my config and queries locally without posting results anywhere, I haven't set a tls_endpoint because i just want query results to be saved to /var/log/osquery/osqueryd.results.logStefano Bonicatti
02/01/2022, 8:47 AMdistributed_plugin, there’s only tls now. You can check here https://github.com/osquery/osquery/tree/master/plugins and then find the REGISTER directive, similar to this: REGISTER(TLSDistributedPlugin, "distributed", "tls");Stefano Bonicatti
02/01/2022, 8:56 AM--disable_distributed=false it’s already disabled by default