toom
toom
You have an user account without profile this why you can't see it. Can you check all profiles are present? You should have, at least: `read-only`, `analyst`, `org-admin` and `admin`....
I can't reproduce your problem. Please create a new issue and provide some logs (if any).
You have 2 unrelated problem: - the configured location to store attachment (`/opt/thehive/data`) must be writable by thehive user. I don't known why it was not the case but you...
Currently you can do it when using APIs (cf. below) but the front-end cannot switch automatically to an org. You can set `auth.organisationParameter` in application.conf. For example: ``` auth.organisationParameter=thehive-organisation ```...
handlingDuration is a computed field that returns the elapsed time between the case creation and the close date. If the case is open, the `handlingDuration` has no sense.
I can't reproduce the problem. The error "Observable not found" occurs when the observable doesn't exist or when you don't have the permission to perform the requested action. Please ensure...
Do you have several organisations ? If the case comes from another organisation, ensure it has been shared with profile containing `manageOrganisation`. You can also try to remove observable using...
The observable are they in a case or in an alert ? Can run this command for some observable IDs and check output ? ``` curl -H 'Authorization: Bearer MYAPIKEY'...
Do you have any error in logs ? Can you try to `POST /api/v1/admin/check/Observable/global/trigger` with admin user ?
There was many orphan. How to do create the observable to have so many observable that are not linked to organisation/case ? Do they come from migration ? Do you...