Custom Logger plugin not receiving the logs from osquery
Custom logger plugin is written using osquery-go. When the osquery daemon is auto-loaded with this extension, then the logs are received by the custom logger plugin.
But if the osqueryd is running as a daemon and custom logger plugin is run independently, then it is not receiving the logs from osqueryd.
Implemented a custom logger plugin using osquery-go. <a href="https://github.com/osquery/osquery-go#creating-logger-and-config-plugins" rel="nofollow...