Skip to content

Commit 655b37a

Browse files
committed
chore: add recommendations metadata
1 parent c3a730d commit 655b37a

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

plugins/MicrosoftDefender/v1/dataStreams/recommendations.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,71 @@
2020
"getArgs": [],
2121
"headers": []
2222
},
23+
"metadata": [
24+
{
25+
"name": "RiskDescription",
26+
"displayName": "Risk description",
27+
"shape": "string",
28+
"role": "label"
29+
},
30+
{
31+
"sourceId": "DeviceId",
32+
"name": "DeviceName",
33+
"displayName": "Device Name",
34+
"shape": "string",
35+
"role": "label",
36+
"sourceType": "device"
37+
},
38+
{
39+
"name": "Timestamp",
40+
"displayName": "Timestamp",
41+
"shape": "date",
42+
"role": "label"
43+
},
44+
{
45+
"name": "ConfigurationName",
46+
"displayName": "Configuration Name",
47+
"shape": "string",
48+
"role": "label"
49+
},
50+
{
51+
"name": "ConfigurationCategory",
52+
"displayName": "Configuration Category",
53+
"shape": "string",
54+
"role": "label"
55+
},
56+
{
57+
"name": "ConfigurationSubcategory",
58+
"displayName": "Configuration Subcategory",
59+
"shape": "string",
60+
"role": "label"
61+
},
62+
{
63+
"name": "ConfigurationImpact",
64+
"displayName": "Configuration Impact",
65+
"shape": "number"
66+
},
67+
{
68+
"name": "RemediationOptions",
69+
"displayName": "Remediation Options",
70+
"shape": "string",
71+
"role": "label"
72+
},
73+
{
74+
"name": "IsApplicable",
75+
"displayName": "Is Applicable",
76+
"shape": "number"
77+
},
78+
{
79+
"name": "IsCompliant",
80+
"displayName": "Is Compliant",
81+
"shape": "number"
82+
},
83+
{
84+
"pattern": ".*",
85+
"visible": false
86+
}
87+
],
2388
"matches": {
2489
"sourceType": {
2590
"type": "equals",

0 commit comments

Comments
 (0)