Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
200 changes: 200 additions & 0 deletions filters/audits/crowdstrike.md

Large diffs are not rendered by default.

27 changes: 0 additions & 27 deletions filters/crowdstrike/crowdstrike.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ pipeline:
- log.event.Attributes.sub_component_3
to: log.eventAttributesSubComponent3

- rename:
from:
- log.event.Attributes.trace_id
to: log.eventAttributesTraceID

- rename:
from:
- log.event.Attributes.user_agent
Expand Down Expand Up @@ -214,11 +209,6 @@ pipeline:
- log.event.Source
to: log.eventSource

- rename:
from:
- log.event.ServiceName
to: log.eventServiceName

- rename:
from:
- log.event.SourceIp
Expand Down Expand Up @@ -264,11 +254,6 @@ pipeline:
- log.metadata.version
to: log.metadataVersion

- rename:
from:
- log.event.Message
to: log.eventMessage

- rename:
from:
- log.event.AgentId
Expand Down Expand Up @@ -617,18 +602,6 @@ pipeline:
# .......................................................................#
# Remove inecesarie caracters
# .......................................................................#
- trim:
function: prefix
substring: '"'
fields:
- log.eventCommandLine

- trim:
function: suffix
substring: '"'
fields:
- log.eventCommandLine

- trim:
function: prefix
substring: '[{'
Expand Down
Loading
Loading