Skip to content

Commit

Permalink
add connectivityCriterias
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsan-tzur committed Mar 4, 2024
1 parent 2c464ec commit 0c5b7d4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
"lastDataReceivedQuery": "CyberArk_AuditEvents_CL\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
}
],
"connectivityCriterias": [{
"type": "IsConnectedQuery",
"value": [
"CyberArk_AuditEvents_CL\n | summarize LastLogReceived = max(TimeGenerated)\n | project IsConnected = LastLogReceived > ago(30d)"
]
}
],
"availability": {
"status": 1,
"isPreview": true
Expand Down

0 comments on commit 0c5b7d4

Please sign in to comment.