uuids need 128 bits but they are currently defined in int32 for the following schema items:
- LogSchema: logID
- ParserSchema: parserID, parsedLogID, logID
- DetectorSchema: alertID, logIDs (logIDs is a list of int32)
Needs to be adapted in the schema and changed througout the code.