Overview

This UDF retrieves information from the _vertex Druid DataSource related to a specific caseId. The information provided includes:

  • __time (start date)
  • enddate (end date)
  • vertex_name (name of the vertex associated with the case)

To get information about this UDF directly in ksqlDB, use the command :

DESCRIBE FUNCTION IGRAFX_CASE_EVENTS;

The UDF requires the following parameters:

  • caseId: The case ID for which information is requested.
  • projectId: The ID of the iGrafx project containing the data.
  • workgroupId: The ID of the iGrafx workgroup.
  • workgroupKey: The key for the iGrafx workgroup.
  • host: The Druid host.
  • port: The Druid connection port.