You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Security Solution] Fix naming inconsistency for telemetry events (#238088)
**Partially resolves: #140369**
## Summary
This PR fixes naming inconsistency that creeped in my previous PRs. We
should use always 'hasBaseVersion' (currently there is a mixture of
hasBaseVersion and hasMissingBaseVersion).
In order to be sure that the visualizations (which need to be updated)
use only the event with the new shape, I am adding 'v2' to the name.
(cherry picked from commit 207cb36)
Copy file name to clipboardExpand all lines: x-pack/solutions/security/plugins/security_solution/public/common/lib/telemetry/events/rule_upgrade/index.ts
Copy file name to clipboardExpand all lines: x-pack/solutions/security/plugins/security_solution/public/common/lib/telemetry/events/rule_upgrade/types.ts
Copy file name to clipboardExpand all lines: x-pack/solutions/security/plugins/security_solution/public/detection_engine/rule_management/hooks/use_prebuilt_rules_upgrade.tsx
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -353,16 +353,16 @@ export function usePrebuiltRulesUpgrade({
0 commit comments