Closed
Description
Description
Filtering on Sighted in/at is broken, it returns nothing. Dashboards and API are broken as well
/dashboard/data/relationships?filters={"filterGroups":[],"filters":[{"id":"a2d8ed3f-c917-4a07-a8fd-dadaa6da9697","key":"relationship_type","values":["stix-sighting-relationship"],"operator":"eq","mode":"or"}],"mode":"or"}&sortBy=created_at&orderAsc=false
Environment
- OS (where OpenCTI server runs): CentOS Stream 9
- OpenCTI version: 5.12.29
- OpenCTI client: Frontend
- Other environment details: Clustered
Reproducible Steps
Steps to create the smallest reproducible scenario:
- Visit /dashboard/data/relationships?filters={"filterGroups":[],"filters":[{"id":"a2d8ed3f-c917-4a07-a8fd-dadaa6da9697","key":"relationship_type","values":["stix-sighting-relationship"],"operator":"eq","mode":"or"}],"mode":"or"}&sortBy=created_at&orderAsc=false
- get an empty
edges
Expected Output
The Sighted in/at SROs being returned reliably
Actual Output
{
"data": {
"stixCoreRelationships": {
"edges": [],
"pageInfo": {
"endCursor": "",
"hasNextPage": false,
"globalCount": 0
}
}
}
}
Additional information
N/A - Was working on 5.12.25 - @SamuelHassine @richard-julien this is a long running trend, any way y'all can implement testing this is a headache to keep hitting these filter bugs every-other release
Screenshots (optional)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment