From 9cdb3471c55eb82f3b91ddda526ab8f57f1e44f5 Mon Sep 17 00:00:00 2001 From: eric-forte-elastic Date: Tue, 12 Aug 2025 11:37:29 -0400 Subject: [PATCH] Match generated config --- docs/internals_of_the_detection_rules_repo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/internals_of_the_detection_rules_repo.md b/docs/internals_of_the_detection_rules_repo.md index f092348..8d1c82b 100644 --- a/docs/internals_of_the_detection_rules_repo.md +++ b/docs/internals_of_the_detection_rules_repo.md @@ -529,8 +529,8 @@ Rule [exceptions](https://www.elastic.co/guide/en/security/current/detections-ui ```config directories: # action_connector_dir: action_connectors - # actions_dir: exceptions - # exceptions_dir: actions + # action_dir: actions + # exception_dir: exceptions ``` 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).