SO stops logging when the nsm partition reaches 89% #11045
Replies: 3 comments 4 replies
-
Yes, it should automatically delete old data once the partition reaches 90%. What is the output of the following?
Have you checked the logs in |
Beta Was this translation helpful? Give feedback.
2 replies
-
My hardware specs are as follows: CPU: 16 core Intel(R) Atom(TM) CPU C3958 @ 2.00GHz For the traffic, around 300+ windows client using winlogbeat and sysmon and 1 pfsense firewall. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm specifically interested in how much network traffic you're monitoring
in terms of Gbps to see if you meet the minimum requirements here:
The average traffic is around 200Mbps.
I am also curious why it is swapping out while there is 50% RAM left on the
server.
Also, considering that the hardware is underpowered, is it the cause of why
data is not being purged when the nsm partition reaches 90%?
Thank you for the pointers, I will check it out.
…On Mon, Aug 21, 2023 at 9:21 PM Doug Burks ***@***.***> wrote:
CPU: 16 core Intel(R) Atom(TM) CPU C3958 @ 2.00GHz
Most folks avoid low power Intel Atom processors for CPU intensive tasks
like this.
For the traffic, around 300+ windows client using winlogbeat and sysmon
and 1 pfsense firewall.
I'm specifically interested in how much network traffic you're monitoring
in terms of Gbps to see if you meet the minimum requirements here:
https://docs.securityonion.net/en/2.3/hardware.html#sensor-hardware-considerations
Full packet capture is using the vast majority of your disk space:
1.2T /nsm/pcap
So if you haven't already, I would at least start with tuning what gets
written to disk:
https://docs.securityonion.net/en/2.3/bpf.html
If your hardware is underpowered, then you may need to disable steno
altogether:
https://docs.securityonion.net/en/2.3/stenographer.html#disabling
—
Reply to this email directly, view it on GitHub
<#11045 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIBHNI3QNZKQAJLUI6FDLV3XWNOELANCNFSM6AAAAAA3QOPPE4>
.
You are receiving this because you authored the thread.Message ID:
<Security-Onion-Solutions/securityonion/repo-discussions/11045/comments/6780918
@github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
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'm new to securityonion so please bear with me if my problem is trivial.
My issue is securityonion stops logging when the nsm partition reaches 89%.
/dev/mapper/system-nsm 1.6T 1.4T 173G 89% /nsm
The way for securityonion to start logging again is by clearing nsm using the commands
so-nsm-clear
andso-elastic-clear
.I was under the impression that securityonion automatically manages disk space if it reaches 90% by deleting old data.
Is my understanding wrong?
How do I enable this disk management feature?
I am using securityonion version 2.3.260 in a standalone configuration.
I really appreciate any help you can provide.
Beta Was this translation helpful? Give feedback.
All reactions