Database – Collector Queue Entity (collector_queue_entity)
Description
This holds collector queue information. For more information on collector queues, see Collector Queue Tool.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
user_id | int(11) | ID of the associated agent user | ||
ui_state | text | flag ui state | ||
status | varchar(100) | Status code of the entity | started, stopped, completed | |
title | varchar(500) | The name/title of the entity instance | ||
query | text | Query used to select entities to process | ||
set | varchar(100) | Collection describing the queue set | collectorQueue.set.* | |
active | tinyint(1) | Whether or not the entity is active | 1 - yes, 0 - no | |
deleted | tinyint(4) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |