Skip to content

Change IDs in Protobuf Schema to str #24

@viktorbeck98

Description

@viktorbeck98

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.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions