Skip to content

Commit 9a9a8b0

Browse files
authored
Update host.os.family to match what endpoint sends (#78607)
1 parent 1b034bb commit 9a9a8b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

x-pack/plugins/security_solution/common/endpoint/generate_data.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const Windows: OSFields[] = [
6767
full: 'Windows 10',
6868
version: '10.0',
6969
platform: 'Windows',
70-
family: 'Windows',
70+
family: 'windows',
7171
Ext: {
7272
variant: 'Windows Pro',
7373
},
@@ -77,7 +77,7 @@ const Windows: OSFields[] = [
7777
full: 'Windows Server 2016',
7878
version: '10.0',
7979
platform: 'Windows',
80-
family: 'Windows',
80+
family: 'windows',
8181
Ext: {
8282
variant: 'Windows Server',
8383
},
@@ -87,7 +87,7 @@ const Windows: OSFields[] = [
8787
full: 'Windows Server 2012',
8888
version: '6.2',
8989
platform: 'Windows',
90-
family: 'Windows',
90+
family: 'windows',
9191
Ext: {
9292
variant: 'Windows Server',
9393
},
@@ -97,7 +97,7 @@ const Windows: OSFields[] = [
9797
full: 'Windows Server 2012R2',
9898
version: '6.3',
9999
platform: 'Windows',
100-
family: 'Windows',
100+
family: 'windows',
101101
Ext: {
102102
variant: 'Windows Server Release 2',
103103
},

0 commit comments

Comments
 (0)