Hi Team, I have installed osquery on windows 10 bu...
# general
r
Hi Team, I have installed osquery on windows 10 but it is not running queries on specific intervals mentioned in osquery.conf Here is my schedule query:
Copy code
"schedule": {
	 "listening_ports": {
        "query": "select * from listening_ports where port=3389;",
        "interval": 1,
        "description": "Check whether RDP is enabled or not on port 3389."
     }
  },
So technically it should run every minute, but I don't see any logs in osqueryd.results.log