Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-forte-elastic committed Jul 30, 2024
1 parent a55702d commit 7e7b3a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion detection_rules/kbwrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ def kibana_import_rules(ctx: click.Context, rules: RuleCollection, overwrite: Op
cl = GenericCollection.default()
exception_dicts = [d.contents.to_api_format() for d in cl.items]
print(f"Rule Dicts:{rule_dicts}")
print(f"Overwrite:{exception_dicts}")
print(f"Exception Dicts:{exception_dicts}")
print(f"overwrite:{overwrite}")
print(f"overwrite_exceptions:{overwrite_exceptions}")
print(f"overwrite_action_connectors:{overwrite_action_connectors}")
response, successful_rule_ids, results = RuleResource.import_rules(
rule_dicts,
exception_dicts,
Expand Down

0 comments on commit 7e7b3a4

Please sign in to comment.