-
Hi, For compliance purposes, I need to create a backup log of all connections, specifically including: Timestamp The log should be saved as a .txt file on the filesystem, and then pushed to a backup server. Is there an easy way to achieve this? I was thinking about using Arkime, but could it also be done with Suricata or another tool? |
Beta Was this translation helpful? Give feedback.
Answered by
mmguero
Aug 15, 2025
Replies: 1 comment 2 replies
-
ah, found it /opt/malcolm/zeek-logs/live/logs/ :> |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, that works! Other options might include:
/arkime/api
and can be filtered/paginated as you wish/mapi/opensearch
Best of luck