TheHive-Project / TheHive

TheHive: a Scalable, Open Source and Free Security Incident Response Platform
https://thehive-project.org
GNU Affero General Public License v3.0
3.28k stars 609 forks source link

[Question] MISP fails synchronization with TheHive #2294

Open Mikiped00 opened 2 years ago

Mikiped00 commented 2 years ago

Request Type

Question

Work Environment

Question Answer
OS version Ubuntu 20.04.
Virtualized Env. True
Dedicated RAM 8 GB
vCPU 4
TheHive version / git hash 4.1.0-1
Package Type Docker
Database Cassandra
Index type Elasticsearch
Attachments storage Local

Question

Dear community, I would like to ask how I can solve that error. MISP events are created but TheHive spend a lot of time until the events have been get.

I saw these error in TheHive logs but I don't understand why this happens.

[error] o.t.t.c.m.s.QueueIterator [|] Stream fails
java.util.concurrent.TimeoutException: Request timeout to 192.168.0.80/192.168.0.80:443 after 120000 ms
    at play.shaded.ahc.org.asynchttpclient.netty.timeout.TimeoutTimerTask.expire(TimeoutTimerTask.java:43)
    at play.shaded.ahc.org.asynchttpclient.netty.timeout.RequestTimeoutTimerTask.run(RequestTimeoutTimerTask.java:50)
    at play.shaded.ahc.io.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:680)
    at play.shaded.ahc.io.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:755)
    at play.shaded.ahc.io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:483)
    at play.shaded.ahc.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.lang.Thread.run(Thread.java:748)

All connections are correct so I don't know where the error can come from.

Captura de pantalla 2021-12-17 101328

Regards