Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Apr 2, 2022
1 parent 69b349a commit 1776747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigma/pipelines/sysmon/sysmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def sysmon_pipeline():
]
),
ProcessingItem(
identifier="sysmon_{log_source}_logsource",
identifier=f"sysmon_{log_source}_logsource",
transformation=ChangeLogsourceTransformation(
product="windows",
service="sysmon",
Expand Down

0 comments on commit 1776747

Please sign in to comment.