Skip to content

Commit 4375420

Browse files
[Bug] Fix Typo to match generated config (#30)
1 parent 89be5a2 commit 4375420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/internals_of_the_detection_rules_repo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ Rule [exceptions](https://www.elastic.co/guide/en/security/current/detections-ui
529529
```config
530530
directories:
531531
# action_connector_dir: action_connectors
532-
# actions_dir: exceptions
533-
# exceptions_dir: actions
532+
# action_dir: actions
533+
# exception_dir: exceptions
534534
```
535535
536536
2. Manually create the action lists (one TOML file per rule) based on the [Actions schema](https://www.elastic.co/guide/en/security/current/bulk-actions-rules-api.html#actions-object-schema-bulk).

0 commit comments

Comments
 (0)