Skip to content

Commit

Permalink
Merge pull request #18 from SigmaHQ/allowed_backends_changes
Browse files Browse the repository at this point in the history
Removing allowed backends
  • Loading branch information
moullos authored Oct 5, 2024
2 parents c77bdc5 + 98a63c2 commit c7b60c7
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 c7b60c7

Please sign in to comment.