Skip to content

Commit

Permalink
Merge pull request #11687 from Azure/v-prasadboke-ctera
Browse files Browse the repository at this point in the history
Ctera Packaged and analytic rule count corrected
  • Loading branch information
v-prasadboke authored Jan 22, 2025
2 parents 266d8dd + 4778229 commit db2fcb2
Show file tree
Hide file tree
Showing 4 changed files with 612 additions and 915 deletions.
8 changes: 4 additions & 4 deletions Solutions/CTERA/Data Connectors/CTERA_Data_Connector.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
{
"type": "IsConnectedQuery",
"value": [
"Syslog\n | where TimeGenerated > ago(3d)\n |take 1\n | project IsConnected = true"
"Syslog\n | where TimeGenerated > ago(3d)\n | where SyslogMessage contains \"gw-audit[-]:\" or SyslogMessage contains \"portal portal[-]:\"\n | take 1\n | project IsConnected = true"
]
}
],
"dataTypes": [
{
"name": "Syslog",
"lastDataReceivedQuery": "Syslog\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
"name": "Syslog (CTERA)",
"lastDataReceivedQuery": "Syslog\n | where SyslogMessage contains \"gw-audit[-]:\" or SyslogMessage contains \"portal portal[-]:\"\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
}
],
],
"availability": {
"status": 1,
"isPreview": false
Expand Down
Binary file modified Solutions/CTERA/Package/3.0.1.zip
Binary file not shown.
Loading

0 comments on commit db2fcb2

Please sign in to comment.