-
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
MISP Sync - Files limited to 32KB #350
Comments
Well, how many attributes does the MISP event have? This is a limitation with Elasticsearch where a document cannot be bigger than 32KB, in our case, converting a MISP event to a TheHive alert produces a document bigger than that limit. This is unfortunately unsolvable :( |
This particular event has 15 attributes. None of them being files. |
What type of attributes? |
Files are not stored on the alert, but on a datastore, and the alert includes only links to the datastore, so files are not an issue on alerts. |
Urls, domains and the body (text-only) of an email. I removed the email-body attribute and the sync was successful. |
Request Type
Bug
Work Environment
Problem Description
During a sync with MISP I am receiving an error stating that "...UTF8 encoding is longer than the max length 32766" as seen in the log below:
Steps to Reproduce
Possible Solutions
Looks similar to issue #237
Complementary information
The text was updated successfully, but these errors were encountered: