Open jaegeral opened 1 year ago
DISCLAIMER: Very new to Timesketch (like 2 hours)
I tried to follow the stack trace above and it led me totimesketch/lib/datastores/opensearch.py
on Line 1031-1032 where it says timeout=self._request_timeout
. When you trace back what self._request_timeout
is, that takes you to Line 141-142 where a field called self.DEFAULT_EVENT_IMPORT_TIMEOUT
is used. This is defined on Line 109 as
DEFAULT_EVENT_IMPORT_TIMEOUT = "3m"
I know this is such a weak connection 😅, but the 3 in here might related to the b'3'
thing that's going on in your stack error trace. Figured I'd just write this down before I forgot it. Kind of a silly conclusion, but who knows. Could you give more information on how you made the API call?
Describe the bug
Doing an API call on my dev container, I for some reason get