-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] TheHive 4.1.3-1 Task in Case is not visible #1964
Comments
This occurs because Elasticsearch is not able to sort on full-text (analyzed) field by default. |
So is there any fallback solution? yum installation cannot find the 4.1.2-1 binary package. |
A new release of TheHive will come very soon |
Okay! |
Hi, we have the same issue but we already have 4.1.4-1 version on our server. We also use Elasticsearch as our indexing engine. Below is our application.log when we navigate to the tasks :
2021-05-03 16:24:18,986 [INFO] from org.thp.scalligraph.AccessLogFilter in application-akka.actor.default-dispatcher-6 [000012f0|] 127.0.0.1 POST /api/v1/query?name=case-tasks took 12ms and returned 200
2021-05-03 16:24:18,997 [WARN] from org.thp.scalligraph.utils.Retry in application-akka.actor.default-dispatcher-6 [|] An error occurs (org.janusgraph.core.JanusGraphException: Could not call index), retrying (1)
2021-05-03 16:24:19,006 [INFO] from org.thp.scalligraph.AccessLogFilter in application-akka.actor.default-dispatcher-44 [000012f1|] 127.0.0.1 POST /api/v1/query?name=case-tasks.count took 31ms and returned 200 1 bytes
|
Already upgraded to 4.1.4 with elasticsearch as index engine and S3 for file storage. |
As @nyanhtetnaing1991 I am not sure the issue is fixed, I have the same issues with 4.1.4 as reported here: #2039 - any chance this can be fixed in 4.1.5? |
Let me share my experience. |
I'm seeing the same issue in 4.1.20-1:
|
The same error is happening on version 4.1.23. Is there a manual fix on the Cassandra side? |
Request Type
Bug
Work Environment
Problem Description
After I upgraded from TheHive 4.1.2-1 to 4.1.3-1, I found that the Task inside Case was hidden. Just like literally, I couldn't see the Task, even though it was indeed there. I see the following alert out of line in the logs.
The text was updated successfully, but these errors were encountered: