yeah, been using this ```"shell_history": { ...
# general
c
yeah, been using this
Copy code
"shell_history": {
      "query": "select * from users join shell_history using (uid);",
      "description": "pulls all shell history from all users, not just current osquery user",
      "interval": 300
    },