File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
custom_documentation/endpoint/data_stream/process/windows
docs/custom_documentation/process/windows Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ policy_templates:
1414 description : Interact with the endpoint.
1515 multiple : false
1616conditions :
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
2020icons :
You can’t perform that action at this time.
0 commit comments