Skip to content

Commit 211cc37

Browse files
committed
Fixed CIM pipeline description
1 parent b1023ba commit 211cc37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pysigma-backend-splunk"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "pySigma Splunk backend"
55
authors = ["Thomas Patzke <[email protected]>"]
66
license = "LGPL-2.1-only"

sigma/pipelines/splunk/splunk.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def splunk_windows_sysmon_acceleration_keywords():
153153

154154
def splunk_cim_data_model():
155155
return ProcessingPipeline(
156-
name="Splunk Data Model Mapping for Sysmon Process Creation",
156+
name="Splunk CIM Data Model Mapping",
157157
priority=20,
158158
items=[
159159
ProcessingItem(

0 commit comments

Comments
 (0)