Skip to main content
Version: 2.14.X

Viewing Event Details

When events are dragged into the Object Details Viewer, the widget changes to the Event Details Viewer displaying the most recent version of whatever event is dragged into it.

A Collections tab containing a count of all collections the event is linked to, as well as a link to those collections.

Right-click the drag icon of an event to Send to Object Details Viewer, Open in new viewer widget, or Send to another View.

Notifications: On the Notifications and Notifications Explorer widgets.

Event Detail Data Fields

The widget displays the information available on the event based on the data type of each data field.

Type of DataDescription
Risk LevelAdds the most recent risk_score value color-coded according to severity.
Text / Boolean / Float / Integer / IP / Unique IDDisplays strings of the selected type.
ArraysAny array is rendered as text strings where each entry is separated with line breaks.
TimestampsDate time fields rendered in the viewer's local timezone.
Geo DataGeo-data, whether coordinates or polygons, is displayed in a small preview map.
URLURLs are displayed as clickable links that navigate to the URL using your computer's web browser.

Note

The widget enforces a maximum height for long fields (such as strings or arrays). At the right of the field, use the scroll box to review any obscured data.

Seeing [object Object] appear for a field indicates that the event data is supplied to Workstation in an unsupported format. In this situation, contact the modeler of the data to correct the formatting.

Lexicon Matches

If lexicons were created in Authoring, fields of text containing matches will be highlighted in yellow.

Using Event Templates

Event detail templates alter the display and layout of an event's fields to emphasize specific data that is most relevant to analysis. Event detail templates are selectable by template name, and used when an event is loaded into Object Details Viewer.

To select an event detail template:

  1. From a workspace containing Object Details Viewer, drag an event from the events stream into Object Details Viewer. The widget becomes Event Details Viewer.
  2. From the Event Details Viewer Widget, locate the Details Template dropdown menu.
  3. Select the desired template from the dropdown menu. The event changes to match the selected template's layout. Alternatively, select None to return the event details viewer to its default state.

Note

The Object Details Viewer remembers that a template was selected if additional events are dragged in. This memory persists until the workspace is reloaded, or if the user clears the Object Details Viewer.

Manual Actions

Specific events can be flagged with a manual action selected from an event type's list of available actions. Modelers configure this list in the Cogynt Authoring application.

Tip

Your Cogynt modeler can help determine whether there is a custom workflow designed for comments.

Manual actions send messages to Kafka via the _cogynt_manual_actions topic. Executed manual actions are read in Authoring and further update the corresponding event based on a defined logic.

Examples of updates include:

  • Changing the risk score.
  • Deleting the event.
  • Modifying a value for a field.

Once manual actions for the event type in Authoring are enabled, conduct manual actions as follows:

  1. Drag the desired event into the Object Details Viewer.
  2. From the top right of event details viewer, click the More menu () and select Manual Actions.
  3. In the Manual Actions menu, select the desired action. Optionally, provide a comment.
  4. Click Ok to confirm the manual action, or Cancel to discard the changes.

Note

Any updates to the event after a manual action has been performed require the user to reload the workspace to see any updates (or deletions) to the event.

Did you find the information that you needed?