Logs, specifically sysmon #10040
Replies: 1 comment 2 replies
-
The logs are stored in Elasticsearch on the backend, so they can be exported using Kibana or any Elasticsearch-compatible reporting tool. Can you share a little more about your use case? Why do you want to export the logs? As for retention periods, by default most logs are closed after thirty days (the exception being so-zeek, which is forty-five) and deleted after one year by default, unless your /nsm volume reaches 80% utilization at which point the oldest data will be deleted to free up space. These periods can be adjusted in /opt/so/saltstack/local/pillar/global.sls. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am currently testing Security Onion version 2.3.2, and it is working fine for network monitoring and PCAP capture. However, I am unsure how Security Onion deals with logs. I have read the documentation and was able to get sysmon + winlogbeat to send logs from Windows machines to Security Onion.
Now, I can see the logs in Security Onion, but I am not sure how to export them similarly to network traffic logs in the PCAP interface. I have not found any threads about exporting logs in the documentation. I tried to export them from Kibana, but I was not able to find an easy way.
Another question I have is regarding the information about how long the logs or PCAPs are stored in Security Onion, where can I change that. Also, what happens when the HDD capacity gets full? Where to follow for detailed log management in SO?
Here are examples of Sysmon logs I want to export.
Beta Was this translation helpful? Give feedback.
All reactions