You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using livestream to replicate data between two instances of opencti, with perfect sync activated, renaming an observable creates a new one instead of renaming it. I supposed this happens when modifying information that changes the ID of the entity, possibly for all entities (not tested).
This might be linked to this previous issue: #8512 which does not fix the following case.
Environment
OS (where OpenCTI server runs): docker
OpenCTI version: 6.3.11
OpenCTI client: frontend
Other environment details: Two instances of opencti, both deployed with docker
Reproducible Steps
Steps to create the smallest reproducible scenario:
Setup data sharing between two platforms (public live stream on the source, and "perfect synchronization" on the destination)
Create a report on the source, create a new domain name and add it to the report
Wait for the two instances to be in sync
Rename the observable (the one linked to the report)
At first, nothing happends to the destination
Modify another field of the observable (e.g. the description)
A new observable is created on the destination, and the report is still linked to the old one. Instances are not in perfect sync anymore.
Screenshots below
Expected Output
I expect the two instances to be in perfect sync after the reproducible steps.
Actual Output
In the following screenshots, left is the source and right is the destination.
Creation of the report with the observable:
Renaming of the observable, nothing happens on the destination:
Modification of the description of the observable. This creates a new observable on the destination, as shown by the history.
And the old one is still here:
The report is still linked to the first observable:
Additional information
Screenshots (optional)
The text was updated successfully, but these errors were encountered:
axelfahy
added
bug
use for describing something not working as expected
needs triage
use to identify issue needing triage from Filigran Product team
labels
Nov 13, 2024
I just tested it on my side, I could not access the report anymore. So there's definitevly something going wrong here. For any devs that would have a look into it, I have downloaded a support package if needed.
Description
When using livestream to replicate data between two instances of opencti, with perfect sync activated, renaming an observable creates a new one instead of renaming it. I supposed this happens when modifying information that changes the ID of the entity, possibly for all entities (not tested).
This might be linked to this previous issue: #8512 which does not fix the following case.
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
Screenshots below
Expected Output
I expect the two instances to be in perfect sync after the reproducible steps.
Actual Output
In the following screenshots, left is the source and right is the destination.
Creation of the report with the observable:
Renaming of the observable, nothing happens on the destination:
Modification of the description of the observable. This creates a new observable on the destination, as shown by the history.
And the old one is still here:
The report is still linked to the first observable:
Additional information
Screenshots (optional)
The text was updated successfully, but these errors were encountered: