I'm having problem accessing a sketch... #1679
Answered
by
kiddinn
kiddinn
asked this question in
Q&A, quick solutions, support
-
How this looks like:
There was a bug in the code around the time version 20210224 was released that has since been fixed. This should therefore not happen again, but if you had installed that version and come across this issue the solution is to look into the API client and run the following commands: from timesketch_api_client import config
ts_client = config.get_client()
sketch = ts_client.get_sketch(123)
sketch.archive()
sketch.unarchive() This will close all open indices and then re-open them, making the indices available again. |
Beta Was this translation helpful? Give feedback.
Answered by
kiddinn
Mar 13, 2021
Replies: 1 comment
-
this got fixed in #1664 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kiddinn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this got fixed in #1664