Using Activity Monitor
Cogynt's Activity Monitor tool helps check the status of data during the upload process (either file uploads or manual entry). Activity Monitor can give useful details about uploads, such as:
- The status of an upload.
- The user who uploaded the data.
- Any errors encountered.
The tool can be accessed from the Data Management address your organization uses.
Checking Activity Monitor
Once published, single data entries from the activity monitor can be checked as needed.
To check the Activity Monitor:
- Visit your organization's Cogynt Data Management Tool address.
- From the landing page, click Activity Monitor. The screen changes to the activity monitor.
- The activity monitor contains a list of all recently published events. Click an entry's caret icon to open it. The entry contains meta data associated with the entry, such as its status or associated topic.
Data Entry Attributes and Values
The following table defines the attributes and values used in Activity Monitor.
Attribute | Description |
---|---|
Status | The status of an entry. It can be Published or Aborted . |
Upload Type | Defines the file type uploaded, either JSON or CSV . |
User | The username responsible for uploading the file. |
Kafka connect string | The string connected to the Kafka cluster for the listed data entry. |
Topic | The specific Kafka topic associated with the entry. |
Topic Partitions | The number of partitions a topic uses. |
Overwrite topic | A Boolean value that determines whether the corresponding topic was overwritten. |
File name | The name of the file that the entry came from. This entry only exists for File Upload status. |
Mime type | A document's format. See MIME Types for more details. This entry only exists for File Upload status. |
File Size | The size (in bytes) of the file the entry came from. This entry only exists for File Upload status. |
Created At | A timestamp indicating the date and time of the entry's creation. |
Preprocessing started At | A timestamp indicating the date and time that preprocessing for the data entry began. |
Publishing Started At | A timestamp indicating the date and time the data entry's publishing began. |
Publishing Ended At | A timestamp indicating the date and time publishing ended for the data entry. |
Errors | A text box containing a list of any errors encountered. |