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

Error when importing jsonl file in timesketch #9

Closed
n3x77 opened this issue Jul 5, 2019 · 1 comment
Closed

Error when importing jsonl file in timesketch #9

n3x77 opened this issue Jul 5, 2019 · 1 comment

Comments

@n3x77
Copy link

n3x77 commented Jul 5, 2019

Hi,

the current json output that is generated for timesketch cannot be imported.
The problem is that the Spyre output file starts with

[
{<JSON-DATA>}
,
...
]

Timesketch cannot handle this. You need to remove "[","]" and "," from the file. Also timesketch expects that the file has the file extension: .jsonl.

It would be great if this could be adjusted in Spyre.

Thx
Sven

@hillu
Copy link
Contributor

hillu commented Aug 30, 2019

Timesketch seems to have changed its behavior here. The issue has been fixed by introducing the tsjsonlines log format.

@hillu hillu closed this as completed Aug 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants