opencti
opencti copied to clipboard
Labels appear fairly broken in 5.12.29
Description
Sorting Entities on labels is broken, and loading labels is painfully slow and crashes the brower stack
http://localhost:8080/dashboard/data/entities?filters={"mode":"and","filters":[{"id":"c1f93381-e619-4afd-a93f-ca39d316687c","key":"objectLabel","values":["39fa543d-7124-4867-8681-9b808c02f412"],"operator":"eq","mode":"or"}],"filterGroups":[]}&sortBy=created_at&orderAsc=false
self.helper.api.stix_cyber_observable.list(
filters={
"mode": 'or',
"filters": [{
"key": "objectLabel",
"values": _labels,
"mode": "or"
}],
"filterGroups": [],
},
getAll=True
)
Environment
- OS (where OpenCTI server runs): CentOS Stream 9
- OpenCTI version: 5.12.29
- OpenCTI client: frontend
- Other environment details: Cluster
Reproducible Steps
Steps to create the smallest reproducible scenario:
- Visit URL above or filter on label via API
- get nothing
Expected Output
Objects that have the label
Actual Output
Nada
Additional information
Filters seem forked in 5.12.29
Screenshots (optional)
I am assigning labels to Identities and they are disappearing in 5.12.29 @richard-julien FYSA
@MaxwellDPS I can't reproduce your bug on demo. Do you have any other information to provide?
We have a sync running atm, could try testing when syncing. As for labels, really not sure, memory seems to cap, but hard to tell as it legit crashes chrome
Let me know when syncing is over and you when you'll be able to retry again. I also advise to upgrade to latest version in case. Please reach out if the problem persits, I keep this issue opened for now.
Close for inactivity