We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60a5cd commit 735b6d8Copy full SHA for 735b6d8
1 file changed
x-pack/plugins/fleet/server/services/epm/elasticsearch/template/template.test.ts
@@ -1456,7 +1456,7 @@ describe('EPM template', () => {
1456
path_match: 'group.*.value',
1457
mapping: {
1458
time_series_metric: 'gauge',
1459
- type: 'double'
+ type: 'double',
1460
},
1461
1462
@@ -1465,7 +1465,7 @@ describe('EPM template', () => {
1465
path_match: 'group.*.histogram',
1466
match_mapping_type: '*',
1467
1468
- type: 'histogram'
+ type: 'histogram',
1469
1470
1471
0 commit comments