Skip to content

Commit

Permalink
Add .caseless subfield to process.name & process.executable
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rk3r committed May 22, 2024
1 parent 247d128 commit d3b869b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Thanks, you're awesome :-) -->

#### Improvements

* Added `.caseless` subfield to `process.name` and `process.executable`. #2341

#### Deprecated

### Tooling and Artifact Changes
Expand Down
8 changes: 8 additions & 0 deletions schemas/process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
Sometimes called program name or similar.
example: ssh
multi_fields:
- name: caseless
ignore_above: 1024
normalizer: lowercase
type: keyword
- type: match_only_text
name: text

Expand Down Expand Up @@ -171,6 +175,10 @@
Absolute path to the process executable.
example: /usr/bin/ssh
multi_fields:
- name: caseless
ignore_above: 1024
normalizer: lowercase
type: keyword
- type: match_only_text
name: text

Expand Down

0 comments on commit d3b869b

Please sign in to comment.