Skip to content

Commit

Permalink
crowdstrike: map command line fields as multi-fields with match_only …
Browse files Browse the repository at this point in the history
…text (#11012)
  • Loading branch information
efd6 authored Sep 16, 2024
1 parent 7da7dc9 commit cae44e9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/crowdstrike/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.41.0"
changes:
- description: Map `crowdstrike.CommandHistory`, `crowdstrike.ParentCommandLine` and `crowdstrike.GrandparentCommandLine` as multi-fields with `match_only_text`.
type: enhancement
link: https://github.com/elastic/integrations/pull/11012
- version: "1.40.1"
changes:
- description: Fix mapping for assessment events.
Expand Down
11 changes: 11 additions & 0 deletions packages/crowdstrike/data_stream/fdr/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
type: version
- name: ClientComputerName
type: keyword
- name: CommandHistory
type: keyword
multi_fields:
- name: text
type: match_only_text
- name: CompletionEventId
type: keyword
- name: ConfigBuild
Expand Down Expand Up @@ -148,6 +153,9 @@
type: keyword
- name: GrandparentCommandLine
type: keyword
multi_fields:
- name: text
type: match_only_text
- name: GrandparentImageFileName
type: keyword
- name: HostGroups
Expand Down Expand Up @@ -262,6 +270,9 @@
type: keyword
- name: ParentCommandLine
type: keyword
multi_fields:
- name: text
type: match_only_text
- name: ParentImageFileName
type: keyword
- name: PasswordLastSet
Expand Down
4 changes: 4 additions & 0 deletions packages/crowdstrike/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,8 @@ and/or `session_token`.
| crowdstrike.ChasisManufacturer | | keyword |
| crowdstrike.ChassisType | | keyword |
| crowdstrike.ClientComputerName | | keyword |
| crowdstrike.CommandHistory | | keyword |
| crowdstrike.CommandHistory.text | Multi-field of `crowdstrike.CommandHistory`. | match_only_text |
| crowdstrike.CompletionEventId | | keyword |
| crowdstrike.ConHostId | | keyword |
| crowdstrike.ConHostProcessId | | keyword |
Expand Down Expand Up @@ -1167,6 +1169,7 @@ and/or `session_token`.
| crowdstrike.GenericFileWrittenCount | | long |
| crowdstrike.GrandParentBaseFileName | | keyword |
| crowdstrike.GrandparentCommandLine | | keyword |
| crowdstrike.GrandparentCommandLine.text | Multi-field of `crowdstrike.GrandparentCommandLine`. | match_only_text |
| crowdstrike.GrandparentImageFileName | | keyword |
| crowdstrike.HostGroups | | keyword |
| crowdstrike.HostHiddenStatus | | keyword |
Expand Down Expand Up @@ -1263,6 +1266,7 @@ and/or `session_token`.
| crowdstrike.Parameter3 | | keyword |
| crowdstrike.ParentAuthenticationId | | keyword |
| crowdstrike.ParentCommandLine | | keyword |
| crowdstrike.ParentCommandLine.text | Multi-field of `crowdstrike.ParentCommandLine`. | match_only_text |
| crowdstrike.ParentImageFileName | | keyword |
| crowdstrike.PasswordLastSet | | keyword |
| crowdstrike.PatternDispositionDescription | | keyword |
Expand Down
2 changes: 1 addition & 1 deletion packages/crowdstrike/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: crowdstrike
title: CrowdStrike
version: "1.40.1"
version: "1.41.0"
description: Collect logs from Crowdstrike with Elastic Agent.
type: integration
format_version: "3.0.3"
Expand Down

0 comments on commit cae44e9

Please sign in to comment.