Skip to content

Commit

Permalink
[SecuritySolution] Fix 8.17.3 branch by reverting bugfix (#212729)
Browse files Browse the repository at this point in the history
## Summary

Revert #212378


The Entity Analytics team backported a broken fix to 8.17.3, preventing
users from installing the risk engine on multiple spaces.
  • Loading branch information
machadoum authored Feb 28, 2025
1 parent 45321f8 commit faabb4e
Show file tree
Hide file tree
Showing 4 changed files with 325 additions and 473 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ export const riskScoreFieldMap: FieldMap = {
} as const;

export const mappingComponentName = '.risk-score-mappings';
export const nameSpaceAwareMappingsComponentName = (namespace: string): string => {
return `${mappingComponentName}-${namespace}`;
};
export const totalFieldsLimit = 1000;

export const getIndexPatternDataStream = (namespace: string): IIndexPatternString => ({
Expand Down
Loading

0 comments on commit faabb4e

Please sign in to comment.