Skip to content

Commit

Permalink
Changed terms of Office Max Rule Level (#4508)
Browse files Browse the repository at this point in the history
(cherry picked from commit 02b581b)
  • Loading branch information
Tostti authored and github-actions[bot] committed Sep 14, 2022
1 parent 023274c commit 80e6f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/components/overview/metrics/metrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export const Metrics = withAllowedAgents(
},
],
office: [
{ name: "Max Rule Level", type: "custom", filter: { phrase: "office365", field: "rule.groups" }, agg: { "customAggResult": { "terms": { "field": "timestamp", "order": { "_term": "desc" }, "size": 1 }, "aggs": { "aggResult": { "terms": { "field": "rule.level" } } } } } },
{ name: "Max Rule Level", type: "custom", filter: { phrase: "office365", field: "rule.groups" }, agg: { "customAggResult": { "terms": { "field": "rule.level", "order": { "_term": "desc" }, "size": 1 }, "aggs": { "aggResult": { "terms": { "field": "rule.level" } } } } } },
{ name: "Suspicious Downloads", type: "phrase", value: "91724", field: "rule.id", color: "danger" },
{ name: "Full Access Permissions", type: "phrase", value: "91725", field: "rule.id" },
{ name: "Phishing and Malware", type: "phrases", values: ["91556", "91575", "91700"], field: "rule.id", color: "danger" },
Expand Down

0 comments on commit 80e6f3c

Please sign in to comment.