Sebastian

Results 9 comments of Sebastian

**Feature Description** Another great addition for sorting would be by last activity within the task. This could help a lot while handing over a case from one shift to another.

Just checked the permissions. They look fine: ![image](https://user-images.githubusercontent.com/74316448/167105277-df1476da-a559-4995-817c-5331b6fb08e7.png) Any advice how I can debug that further on our end? I can reliably reproduce it on our end with a lot...

Yeah, we have two organizations, our main and our testing one. But I get the issue with observables/cases being only present in our main orga. So, no sharing between organizations...

Picked a few IDs from my screenshot and it looks like this: ``` foo@bar:~/Documents/development/hive_case_export$ curl -H 'Authorization: Bearer MYKEY' 'https://thehive/api/v1/query' -H 'Content-type: application/json' -d '{"query": [{"_name": "getObservable", "idOrName": "~34611490880"}, {"_name":...

Doing the request including the extraData parameter, indeed gives an error: ``` 2022-05-06 16:18:00,846 [INFO] from org.thp.scalligraph.AccessLogFilter in application-akka.actor.default-dispatcher-23 [0003cd7d|] 127.0.0.1 POST /api/v1/query took 67ms and returned 200 2022-05-06 16:18:00,864...

The DB certainly has quite some updates/migrations behind it. We started our instance with the first version of Hive4 and been updating since, including running into DB migration issues more...

I extended my cleaning script a little to do some counting based on the response codes. ![image](https://user-images.githubusercontent.com/74316448/167409216-f69944f1-4173-4e5a-a39c-07c84f6f665b.png) Looks like there are a couple of obversables getting deleted and a lot...

I can confirm the issue and the workaround. Created pull request #315 for this.

I directly started out with Cortex 3.1.0 and ES 7.9 and had the same chain of problems but managed to workaround it. Instead of relying on the 520 http error...