Service
The Service object describes characteristics of a service, e.g. AWS EC2.
Attributes
Caption | Name | Type | Description |
---|---|---|---|
Command Line | cmd_line |
String |
The full command line used to launch an application, service, process, or job. For example: ssh [email protected] . If the command line is unavailable or missing, the empty string '' is to be used
|
File | file |
File[] |
The service file object.
|
Labels | labels |
String[] | The list of labels associated with the service. |
Loaded Module | loaded_module_name |
String |
The name of the module loaded by the service.
|
Name | name |
String | The name of the service. |
Raw Data | raw_data |
JSON | The event data as received from the event source. |
Record ID | record_id |
String | Unique identifier for the object |
Run State | run_state |
String |
The service run state.
|
Run State ID | run_state_id |
Integer |
The service run state ID.
|
Start Type | start_type |
String |
The service start type.
|
Start Type ID | start_type_id |
Integer |
The service start type ID.
|
Type IDs | type_ids |
Integer[] |
The service type identifiers.
|
Types | types |
String[] |
The service types.
|
Unique ID | uid |
String | The unique identifier of the service. |
Unmapped Data | unmapped |
Unmapped[] | The attributes that are not mapped to the event schema. The names and values of those attributes are specific to the event source. |
Version | version |
String | The version of the service. |
Relationships
Inbound Relationships
These objects and events reference Service in their attributes:
Outbound Relationships
Service references the following objects and events in its attributes:
This page describes qdm-1.3.2+ocsf-1.3.0
Updated about 1 month ago