Deku
Deku
Here is an example of code similar to what I"m running. However, I'm not sure this code exhibits the behavior of leaving child processes open. They seem to close fine....
I'm running into a secondary issue though with timeout-decorator that might be unworkable in my situation. My threads share objects from the parent class for storing variables, such as statistics....
@iglocska do you have some base recommendations for indexing that we could start using? My performance is extremely slow and tips like this might be a great start. Also, what...
@JoeP-oss I think what I did was reviewed the log types and determined that my main issue was API Auth logs. So I disabled them in settings as it wasn't...
@chrisinmtown galaxy variable was the galaxy uuid. It added the Cluster to the Galaxy fine, I was just really confused on the tag name. When I tag something for a...
That makes no sense to me why they would do that. Is the hierarchy of misp-galaxy:avclass insufficient to satisfy uniqueness? That might work fine for the GUI, but sucks for...
I've also had a system sync with me that doesn't have the AvClass Galaxy installed (as it's still in beta) and the tags just come across as normal tags. If...
Each cluster has a UUID separate from the tag name, so I wouldn't expect a clash. The uuid is the machine name, the tag is the human name. There would...
Here is what I'm working on thus far on the synonym check and tag creation: ```py galaxy_synonyms = defaultdict(set) avclass_galaxy_uuid = 'xxxxxxxxxxxxxxxxxxxxx' def build_synonyms(self) -> None: galaxy = self.client.get_galaxy( self.avclass_galaxy_uuid,...
I even tried an update_galaxy_cluster afterward and it wouldn't let me change the tag_name. @mokaddem is this really necessary to prevent?