Skip to content

Commit

Permalink
Removing allowed backends
Browse files Browse the repository at this point in the history
Allowed backends led to some issues with sigma-cli
  • Loading branch information
moullos committed Oct 5, 2024
1 parent c77bdc5 commit 98a63c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sigma/pipelines/crowdstrike/crowdstrike.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ def crowdstrike_fdr_pipeline() -> ProcessingPipeline:
def crowdstrike_falcon_pipeline() -> ProcessingPipeline:
return ProcessingPipeline(
name="CrowdStrike Falcon Pipeline",
allowed_backends={"logscale"},
priority=10,
items=[
# Process Creation
Expand Down

0 comments on commit 98a63c2

Please sign in to comment.