Skip to content

Commit 6120e95

Browse files
additional process callstack fields (#435) (#437)
* add missing process.parent.thread.Ext.call_stack fields * add generated file Co-authored-by: John U <[email protected]>
1 parent 4d22eed commit 6120e95

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

custom_documentation/endpoint/data_stream/process/windows/windows_process_create.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ fields:
112112
- process.parent.name
113113
- process.parent.pid
114114
- process.parent.thread.Ext.call_stack.symbol_info
115+
- process.parent.thread.Ext.call_stack.protection
116+
- process.parent.thread.Ext.call_stack.callsite_leading_bytes
117+
- process.parent.thread.Ext.call_stack.callsite_trailing_bytes
115118
- process.parent.thread.Ext.call_stack_contains_unbacked
116119
- process.parent.thread.Ext.call_stack_summary
117120
- process.pe.imphash

package/endpoint/docs/custom_documentation/process/windows/windows_process_create.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ This event is generated when a process is created.
107107
| process.parent.name |
108108
| process.parent.pid |
109109
| process.parent.thread.Ext.call_stack.symbol_info |
110+
| process.parent.thread.Ext.call_stack.protection |
111+
| process.parent.thread.Ext.call_stack.callsite_leading_bytes |
112+
| process.parent.thread.Ext.call_stack.callsite_trailing_bytes |
110113
| process.parent.thread.Ext.call_stack_contains_unbacked |
111114
| process.parent.thread.Ext.call_stack_summary |
112115
| process.pe.imphash |

package/endpoint/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ policy_templates:
1414
description: Interact with the endpoint.
1515
multiple: false
1616
conditions:
17-
kibana.version: "^8.10.0"
17+
kibana.version: "^8.10.2"
1818
# See https://github.com/Masterminds/semver#caret-range-comparisons-major for more details on `^` and supported versioning
1919
# >= <the version> && < 8.0.0
2020
icons:

0 commit comments

Comments
 (0)