Auto-Generated Documentation
This set of documentation is automatically generated from source, and will help ensure any change to functionality will always be documented and available on release.
ParentProcess¶
These fields contain information about the parent process.
Field | Type | Description | Required | Default |
---|---|---|---|---|
args | List [Keyword] | Array of process arguments, starting with the absolute path to the executable. | Optional | None |
args_count | Integer | Length of the process.args array. | Optional | None |
command_line | Keyword | Full command line that started the process, including the absolute path to the executable, and all arguments. | Optional | None |
end | Date | None | Yes | None |
entity_id | Keyword | Unique identifier for the process. | Optional | None |
env_vars | Mapping [Keyword] | Environment variables (env_vars) set at the time of the event. May be filtered to protect sensitive information. | Optional | None |
executable | Keyword | Absolute path to the process executable. | Optional | None |
exit_code | Integer | The exit code of the process, if this is a termination event. | Optional | None |
interactive | Boolean | Whether the process is connected to an interactive shell. | Optional | None |
name | Keyword | Process name. | Optional | None |
pid | Integer | Process id. | Optional | None |
same_as_process | Boolean | This boolean is used to identify if a leader process is the same as the top level process. | Optional | None |
start | Date | The time the process started. | Optional | None |
user | ShortUser | The effective user (euid). | Optional | None |