Skip to content

[Bug] Click on dashboards to access filtered data #1445

Closed
@jeromeleonard

Description

@jeromeleonard

When clicking in a dashboards, we should access to related data in the search page.
En error occurs when looking for the list of cases with severity medium:

image

The error on the page:
image

Headers:

Request URL: http://HOSTNAME/api/case/_search?range=0-10&nparent=10
Request Method: POST
Status Code: 400 Bad Request
Remote Address: ---
Referrer Policy: no-referrer-when-downgrade

Response:

{type: "AttributeCheckingError", message: "[Invalid format for : FString(2), expected int (int)]",…}
  errors: [{name: "", format: "int", acceptedInput: ["int"], field: "FString(2)",…}]
    0: {name: "", format: "int", acceptedInput: ["int"], field: "FString(2)",…}
    message: "[Invalid format for : FString(2), expected int (int)]"
    type: "AttributeCheckingError"

Metadata

Metadata

Assignees

Labels

TheHive4TheHive4 related issuesbug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions