diff --git a/docs/tables/sentinelone_agent.md b/docs/tables/sentinelone_agent.md index 6bee93a..68d58d2 100644 --- a/docs/tables/sentinelone_agent.md +++ b/docs/tables/sentinelone_agent.md @@ -21,7 +21,7 @@ select account_id, computer_name, agent_version, - os_name, + os_name from sentinelone_agent; ``` @@ -31,7 +31,7 @@ select account_id, computer_name, agent_version, - os_name, + os_name from sentinelone_agent; ``` diff --git a/docs/tables/sentinelone_alert.md b/docs/tables/sentinelone_alert.md index d2cba74..26d3652 100644 --- a/docs/tables/sentinelone_alert.md +++ b/docs/tables/sentinelone_alert.md @@ -78,7 +78,7 @@ select incident_status, created_at from - sentinelone_alerts + sentinelone_alert where incident_status = 'open' and created_at >= (current_timestamp - interval '4 days') @@ -94,7 +94,7 @@ select incident_status, created_at from - sentinelone_alerts + sentinelone_alert where incident_status = 'open' and created_at >= datetime('now', '-4 days')