if (jsonLogEntryObject.has("node_uuid") && !jsonLogEntryObject.get("node_uuid").isJsonNull()) {
        resultEntry.setNodeUuid(
          UUID.fromString(jsonLogEntryObject.get("node_uuid").getAsString())
        );
      }