Skip to content
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

Kept getting ingest timeout error in the docker version #633

Closed
CaledoniaProject opened this issue May 24, 2024 · 2 comments
Closed

Kept getting ingest timeout error in the docker version #633

CaledoniaProject opened this issue May 24, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@CaledoniaProject
Copy link

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.

222

Any suggestions?

@CaledoniaProject CaledoniaProject added bug Something isn't working triage This issue requires triaging labels May 24, 2024
@CaledoniaProject 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
@elikmiller
Copy link
Contributor

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.

I suggest grabbing the latest version of SharpHound (https://github.com/BloodHoundAD/SharpHound/releases) and using that in conjunction with BloodHound Community Edition. Thanks!

@elikmiller elikmiller closed this as not planned Won't fix, can't repro, duplicate, stale May 29, 2024
@elikmiller elikmiller removed the triage This issue requires triaging label May 29, 2024
@0xd6cb6d73
Copy link

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').

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants