Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Apr 10, 2024
1 parent 1054f9a commit 66012c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x-pack/plugins/cases/server/connectors/cases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The deduplication ID will be constructed as

where

`<rule_id>`: The ID of the rule. It can be optional to support two different rules attaching alerts to the same case. The rule id must be included if the grouping definition is not defined.
`<rule_id>`: The ID of the rule. Including it in the deduplication ID ensures all cases created are at least rule-specific.
`<space_id>`: The space ID of the rule. Space ID is a required field.
`<owner>`: The owner of the Case. This will be set to the application from which the rule was created from. Owner is a required field.
`<grouping_definition>`: The grouping field and the grouping value. It can be optional to support attaching all alerts of a rule to the same case.
Expand Down
3 changes: 0 additions & 3 deletions x-pack/plugins/cases/server/saved_object_types/cases_rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ export const casesRulesSavedObjectType: SavedObjectsType = {
name: CASE_RULES_SAVED_OBJECT,
indexPattern: ALERTING_CASES_SAVED_OBJECT_INDEX,
hidden: true,
/**
* TODO: Verify
*/
namespaceType: 'agnostic',
mappings: {
dynamic: false,
Expand Down

0 comments on commit 66012c2

Please sign in to comment.