You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the docker version, latest edition. The same digestor output works fine in the Electron UI version. However the docker version kept getting errors. All files are uploaded successfully, no error.
Any suggestions?
The text was updated successfully, but these errors were encountered:
CaledoniaProject
changed the title
Kept getting digest timeout error in the docker version
Kept getting ingest timeout error in the docker version
May 24, 2024
Hey @CaledoniaProject - based on your other issues I assume you are using an older version of SharpHound and expecting the output to be ingestible. Unfortunately, some collections generated from older versions of SharpHound are no longer compatible.
Hi, I keep seeing the exact same issue when trying to ingest data from SharpHound 2.4.1 as an unencrypted ZIP into BHCE 5.10.0 (+ latest feature commit) through the API. This does not seem to happen when ingesting through the UI.
I use the following API calls:
POST to file-upload/start
POST my data (ZIP read as bytes) to file-upload/{upload-id} using the application/zip content-type
POST to file-upload/{upload-id}/end 20 seconds after the upload call returns.
Monitoring the bloodhound container's logs shows no activity until the ingest timeout message. There are no errors related ro incorrect JSON.
The ZIP files are quite large (tens of megabytes) and are unmodified from the SH output. They are read using read(mode='rb').
I'm running the docker version, latest edition. The same digestor output works fine in the Electron UI version. However the docker version kept getting errors. All files are uploaded successfully, no error.
Any suggestions?
The text was updated successfully, but these errors were encountered: