Free disk space #498
Replies: 2 comments 1 reply
-
Managing disk usage can be tricky because there are a lot of different components and different types of data in Malcolm that are all sort of "doing their own thing" when it comes to pruning old data to make sure there's room for the new. Let's double check the settings you've got that have to do with this and then if we can identify which one(s) need to change you can either directly change them in the .env files or I can point you at the right question in the configuration wizard. In your Malcolm directory, run this command to get the values for the variables controlling the storage management for the various aspects of Malcolm's data, and you'll see something like (although probably not exactly like) this example output: $ grep -P "^\w*(PRUNE|CLEAN|FREE|MANAGE_PCAP)\w*\s*=" config/*.env
config/arkime.env:MANAGE_PCAP_FILES=false
config/arkime.env:ARKIME_FREESPACEG=10%
config/dashboards-helper.env:OPENSEARCH_INDEX_SIZE_PRUNE_LIMIT=0
config/dashboards-helper.env:OPENSEARCH_INDEX_SIZE_PRUNE_NAME_SORT=false
config/filebeat.env:FILEBEAT_CLEAN_INACTIVE=180m
config/filebeat.env:FILEBEAT_CLEAN_REMOVED=true
config/filebeat.env:LOG_CLEANUP_MINUTES=15
config/filebeat.env:ZIP_CLEANUP_MINUTES=20
config/zeek.env:EXTRACTED_FILE_PRUNE_THRESHOLD_MAX_SIZE=1TB
config/zeek.env:EXTRACTED_FILE_PRUNE_THRESHOLD_TOTAL_DISK_USAGE_PERCENT=0
config/zeek.env:EXTRACTED_FILE_PRUNE_INTERVAL_SECONDS=60 If you can post your results for that command we can go from there. |
Beta Was this translation helpful? Give feedback.
-
Yeah, i suppose that is the issue.
I have 1.2T partition for malcolm folder (where is all data, including pcaps) |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've been struggling to get Malcolm to run reliably on its own.
I keep running out of free space, primarily due to uploaded PCAP files.
In the configuration menu, I've set thresholds to monitor and manage free space when it drops below 80%, but it doesn't seem to be working.
The partition keeps filling up, and I can’t get Malcolm to run for more than two days before running into issues.
Any advice or suggestions would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions