|
10 | 10 | "title": "Trend Micro Cloud App Security (via Codeless Connector Framework)", |
11 | 11 | "publisher": "Microsoft", |
12 | 12 | "descriptionMarkdown": "The [Trend Micro Cloud App Security](https://www.trendmicro.com/en_be/business/products/user-protection/sps/email-and-collaboration/cloud-app-security.html) data connector provides the capability to retrieve security event logs of the services that Cloud App Security protects into Microsoft Sentinel through the SIEM API. The connector provides the ability to get events which helps to examine potential security risks, analyze your team's use of collaboration, diagnose configuration problems and more. It supports DCR-based [ingestion time transformations](https://docs.microsoft.com/azure/azure-monitor/logs/custom-logs-overview) that parse the received security event data into custom columns so that queries don't need to parse it again, thus resulting in better performance.", |
13 | | - "graphQueriesTableName": "TrendMicroCASV2", |
14 | 13 | "graphQueries": [ |
15 | 14 | { |
16 | 15 | "metricName": "Total security events received", |
17 | 16 | "legend": "Trend Micro CAS Security Events", |
18 | | - "baseQuery": "TrendMicroCASV2" |
| 17 | + "baseQuery": "TrendMicroCASV2_CL" |
19 | 18 | }, |
20 | 19 | { |
21 | 20 | "metricName": "Recent Events", |
22 | 21 | "legend": "Recent Events", |
23 | | - "baseQuery": "TrendMicroCASV2 | where TimeGenerated > ago(24h)" |
| 22 | + "baseQuery": "TrendMicroCASV2_CL | where TimeGenerated > ago(24h)" |
24 | 23 | } |
25 | 24 | ], |
26 | 25 | "sampleQueries": [ |
27 | 26 | { |
28 | 27 | "description": "Get sample of recent security events", |
29 | | - "query": "TrendMicroCASV2\n| take 20" |
| 28 | + "query": "TrendMicroCASV2_CL\n| take 20" |
30 | 29 | } |
31 | 30 | ], |
32 | 31 | "dataTypes": [ |
33 | 32 | { |
34 | | - "name": "TrendMicroCASV2", |
35 | | - "lastDataReceivedQuery": "TrendMicroCASV2\n| where TimeGenerated > ago(6h)\n| summarize Time = max(TimeGenerated)\n| where isnotempty(Time)" |
| 33 | + "name": "TrendMicroCASV2_CL", |
| 34 | + "lastDataReceivedQuery": "TrendMicroCASV2_CL\n| where TimeGenerated > ago(6h)\n| summarize Time = max(TimeGenerated)\n| where isnotempty(Time)" |
36 | 35 | } |
37 | 36 | ], |
38 | 37 | "connectivityCriteria": [ |
|
42 | 41 | { |
43 | 42 | "type": "IsConnectedQuery", |
44 | 43 | "value": [ |
45 | | - "TrendMicroCASV2 | where TimeGenerated > ago(7d) | take 1" |
| 44 | + "TrendMicroCASV2_CL | where TimeGenerated > ago(7d) | take 1" |
46 | 45 | ] |
47 | 46 | } |
48 | 47 | ], |
|
0 commit comments