Skip to content

Commit ceb5db9

Browse files
jkelasbanderror
andcommitted
[Security Solution] Improve versioning of EBT events - fix schema (#238383)
**Partially addresses: #140369** ## Summary This PR fixes the schema that I forgot to update in #238278. Co-authored-by: Georgii Gorbachev <georgii.gorbachev@elastic.co> (cherry picked from commit 82b2d2d)
1 parent 1c08202 commit ceb5db9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

  • x-pack/solutions/security/plugins/security_solution/public/common/lib/telemetry/events/rule_upgrade

x-pack/solutions/security/plugins/security_solution/public/common/lib/telemetry/events/rule_upgrade/index.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ export const ruleUpgradeFlyoutButtonClickEvent: RuleUpgradeTelemetryEvent = {
2525
optional: false,
2626
},
2727
},
28+
eventVersion: {
29+
type: 'integer',
30+
_meta: {
31+
description: 'Indicates the version of the event',
32+
optional: false,
33+
},
34+
},
2835
},
2936
};
3037

@@ -51,6 +58,13 @@ export const ruleUpgradeOpenFlyoutEvent: RuleUpgradeTelemetryEvent = {
5158
optional: false,
5259
},
5360
},
61+
eventVersion: {
62+
type: 'integer',
63+
_meta: {
64+
description: 'Indicates the version of the event',
65+
optional: false,
66+
},
67+
},
5468
},
5569
};
5670

0 commit comments

Comments
 (0)