The ExMeters view provides access to data on all executions of Carbon Black App Control meters, which monitor each time a specified file is executed in your environment.
To see this information as it is displayed in the console, click Tools > Meters in the console menu and then click the View Details button next to any meter to see information about a specific meter.
Field Name |
Data Type |
Special Values |
Comments |
---|---|---|---|
|
bigint |
|
Foreign key into ExEvents table for event that correspond to this meter entry. Because this value is always unique, it can also serve as a primary key. |
|
int |
|
Foreign key into ExComputers table for computer that corresponds to this meter entry |
|
int |
|
Foreign key into ExFileCatalog table for file that corresponds to this meter entry |
|
datetime |
|
Date and time when this meter entry was generated |
|
nvarchar |
|
Name of the meter |
|
nvarchar |
|
Description of the meter |
|
nvarchar |
|
Data associated with the meter (see Type for interpretation of this field) |
|
int |
2 = sha1 hash 3 = md5 hash 4 = file name 5 = sha256 hash 6 = sha256 fuzzy hash |
Type of the Data field that defines how the meter was created |
|
nvarchar |
|
Name of the user that created this meter |