Skip to content

Commit 01ae48f

Browse files
authored
Merge pull request #14115 from rohan-sacumen/cloudflare-3.0.2
Cloudflare 3.0.2 - Fixed DCR transformKql for Type field and corrected invalid field data types
2 parents c8fb6b3 + e179370 commit 01ae48f

8 files changed

Lines changed: 3682 additions & 3655 deletions

File tree

.script/tests/KqlvalidationsTests/CustomTables/CloudflareV2_CL.json

Lines changed: 712 additions & 708 deletions
Large diffs are not rendered by default.

Solutions/Cloudflare CCF/Data Connectors/CloudflareLog_CCF/CloudflareLog_DCR.json

Lines changed: 710 additions & 706 deletions
Large diffs are not rendered by default.

Solutions/Cloudflare CCF/Data Connectors/CloudflareLog_CCF/CloudflareLog_Table.json

Lines changed: 712 additions & 708 deletions
Large diffs are not rendered by default.

Solutions/Cloudflare CCF/Data/Solution_Cloudflare.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"Cloudflare CCF/Analytic Rules/CloudflareCCFXSSProbingPattern.yaml"
3838
],
3939
"Metadata": "SolutionMetadata.json",
40-
"BasePath": "C:\\GitHub\\Azure-Sentinel\\solutions\\Cloudflare CCF",
41-
"Version": "3.0.0",
40+
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Cloudflare CCF",
41+
"Version": "3.0.2",
4242
"TemplateSpec": true,
43-
"Is1Pconnector": false
43+
"Is1PConnector": false
4444
}
32.8 KB
Binary file not shown.

Solutions/Cloudflare CCF/Package/createUiDefinition.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,19 @@
104104
{
105105
"name": "workbook1",
106106
"type": "Microsoft.Common.Section",
107-
"label": "Cloudflare CCF",
107+
"label": [
108+
"Cloudflare",
109+
"Cloudflare CCF"
110+
],
108111
"elements": [
109112
{
110113
"name": "workbook1-text",
111114
"type": "Microsoft.Common.TextBlock",
112115
"options": {
113-
"text": "Gain insights into Cloudflare events using the Codeless Connector Framework (CCF)."
116+
"text": [
117+
"Gain insights into Cloudflare events. You will get visibility on your Cloudflare web traffic, security, reliability.",
118+
"Gain insights into Cloudflare events using the Codeless Connector Framework (CCF)."
119+
]
114120
}
115121
}
116122
]

0 commit comments

Comments
 (0)