Skip to content

Commit

Permalink
Merge pull request #216 from rkoumis/213-zeek-results-borked
Browse files Browse the repository at this point in the history
Zeek results were not being shown
  • Loading branch information
rkoumis authored Nov 14, 2024
2 parents 20d476b + b22d394 commit 52e86f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dalton.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ def post_job_results(jobid):
r.set("%s-other_logs" % jobid, other_logs)
r.set("%s-eve" % jobid, eve)
if zeek_json is not None:
r.set("%s-zeek_json" % jobid, int(zeek_json))
r.set("%s-zeek_json" % jobid, str(zeek_json))
set_keys_timeout(jobid)
logger.debug("Done saving job data to redis.")

Expand Down

0 comments on commit 52e86f4

Please sign in to comment.