https://github.com/osquery/osquery logo
Title
s

seph

08/23/2020, 3:22 AM
Yeah, You have:
"3600": SELECT...
https://osquery.readthedocs.io/en/stable/deployment/configuration/ documents
"interval": {
      "3600": [
        "SELECT total_seconds AS uptime FROM uptime;"
      ]
    }
d

devsdb01

08/23/2020, 1:51 PM
that was it exactly!! config was hosed changed that var to list and all is working well. Thank you very much for taking the time, this took more time than I care to admit to debug :)
s

seph

08/24/2020, 12:22 AM
Error is definitely quite hidden