opencti icon indicating copy to clipboard operation
opencti copied to clipboard

Unable to display "sighting" detail when creating a sighting from an organisation entity

Open romain-filigran opened this issue 1 year ago • 1 comments

Description

When creating a sighting from an organization entity with an observable, it's not possible to view the detail when clicking on it. (seems to redirect to an invalid URL).

Moreover (when it's works), I don't understand while we have the feeling to be in the "knowledge" part and not in the "sighting" part of the entity ("knowledge" tab active and not "sighting") when viewing the detail of a sighting.

Capture d'écran 2024-08-22 194515

Environment

OpenCTI version: 6.2.14

Reproducible Steps

Navigate to an organization entity. from the "sighting" menu, create a sighting with an observable (ex: IP address). Click on the created "sighting", you will redirected to an empty page.

Expected Output

Actual Output

Additional information

Screenshots (optional)

romain-filigran avatar Aug 22 '24 17:08 romain-filigran

We need to look into the possibility of always redirecting to the sighting detail view (/dashboard/events/sightings/{sighting_id}).

romain-filigran avatar Aug 23 '24 07:08 romain-filigran

=> This issue has been resolved with the issue #8814 (fix Sightings tab under Observables and Indicators https://github.com/OpenCTI-Platform/opencti/pull/9486).

However, there remains some doubt about the redirection. It currently points to the sighting embedded within its entity: /dashboard/observations/indicators/{entity_id}/knowledge/sightings/{sightings_id}. Perhaps it should instead directly redirect to: /dashboard/events/sightings/{sighting_id}.

CelineSebe avatar Jan 13 '25 17:01 CelineSebe

The fix seems to be : redirect to the Sighting overview (and not to the knowledge overview of one entity involved in the sighting). @romain-filigran

Archidoit avatar Jan 15 '25 11:01 Archidoit