-
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] After migration from 4.0.5 to 4.1.0 old tasklogs are not returned by "/api/v1/query?name=case-task-logs" query #1875
Comments
Are all your indexes ok? Check it from the Administration > Platform Status |
Yes, I've already checked them. Each index is green, I clicked "reindex" on Log, which has 2 entries according to that screen (and actually in fact). As now it is night here (CET), I can attach screenshot tomorrow, if you will. Attached platform status report. |
Having the same issue with older task logs not showing. Platform status is showing all ok. 2 servers running Cassandra/HDFS on Debian and 1 server for TheHive on Debian as well. |
After the upgrate to TheHive 4.1.2, logs will reappear. |
Well, tasklogs reappeared, many thanks! |
And once I had a fresh 4.0.5 snapshot, I tested again, and attachments are there as well. |
Request Type
Bug
Work Environment
Problem Description
After upgrading from 4.0.5 to 4.1.0 (even from a fresh 4.0.5 instance) the tasklogs created in the older version do not show up in the GUI, as the underlying query: "/api/v1/query?name=case-task-logs" returns only the logs, created in the new version. The older tasklogs however can be retreived through the query used by thehive4py as well: "/api/case/task/log/_search".
Steps to Reproduce
Complementary information
The following is the output of the "/api/v1/query?name=case-task-logs" query:
while this is a simple call of the get_task_logs() function in thehive4py:
The text was updated successfully, but these errors were encountered: