-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Malcolm v24.04.0 #308
Merged
Merged
Malcolm v24.04.0 #308
+2,858
−1,601
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…les. Removing it to supress the warning that is given from 2.25 and up. (https://docs.docker.com/compose/compose-file/04-version-and-name/ , https://docs.docker.com/compose/intro/history/#compose-file-format-versioning )
…tp_server.py and the setting/creation of ACL rules on hedgehog
…tp_server.py and the setting/creation of ACL rules on hedgehog
…tp_server.py and the setting/creation of ACL rules on hedgehog
…tp_server.py and the setting/creation of ACL rules on hedgehog
…tp_server.py and the setting/creation of ACL rules on hedgehog
…tp_server.py and the setting/creation of ACL rules on hedgehog
…tp_server.py and the setting/creation of ACL rules on hedgehog
…tp_server.py and the setting/creation of ACL rules on hedgehog
…tp_server.py and the setting/creation of ACL rules on hedgehog
…tp_server.py and the setting/creation of ACL rules on hedgehog
…tp_server.py and the setting/creation of ACL rules on hedgehog
…tp_server.py and the setting/creation of ACL rules on hedgehog
…tp_server.py and the setting/creation of ACL rules on hedgehog
…tp_server.py and the setting/creation of ACL rules on hedgehog
…tp_server.py and the setting/creation of ACL rules on hedgehog
…tp_server.py and the setting/creation of ACL rules on hedgehog
…ard for file downloads
…ard for file downloads
…s in netbox (work in progress, probably broken)
…s in netbox (work in progress, probably broken)
…eakdown of contributors, idaholab/Malcolm##464
…tes, component templates, and dashboards on startup
…tes, component templates, and dashboards on startup
…tes, component templates, and dashboards on startup
…tes, component templates, and dashboards on startup
…tes, component templates, and dashboards on startup
…into v24.04.0_merge_cisagov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Malcolm v24.04.0 contains new features, improvements, bug fixes and component version updates.
v24.03.1...v24.04.0
Because some of the environment variables used for configuring Malcolm have been reorganized in the
.env
files found in the./config
directory, it is recommended you re-run./scripts/configure
for this release.Active
rather thanStage
, and uses tags instead to indicated that they were created through autopopulation.export INTEL_DIR=/opt/sensor/sensor_ctl/zeek/intel
to/opt/sensor/sensor_ctl/control_vars.conf
will correct this. This will be corrected in the next Malcolm release.zeek-live
containers (adjustments to how Zeek intel files get generated among Malcolm's containers idaholab/Malcolm#456). See this comment for more details.docker-compose.yml
files as it is now obsolete and caused a warning message that sometimes was not handled correctly.zeekctl deploy
instead ofzeekctl restart
../config/
)ARKIME_QUERY_ALL_INDICES
inarkime.env
can be set to control thequeryAllIndices
setting in Arkime'sconfig.ini
.DASHBOARDS_PREFIX
indashboards-helper.env
has been added for allow user to specify prefix for dashboards idaholab/Malcolm#455 (see above in Features and Enhancements).LOGSTASH_NETBOX_ENRICHMENT_DATASETS
inlogstash.env
has been changed to includezeek.dhcp
,zeek.dns
, andzeek.ntlm
to support utilize DNS/NTLM/DHCP/etc. when populating NetBox inventory via passively-gathered network traffic metadata idaholab/Malcolm#415 (see above in Features and Enhancements).LOGSTASH_ZEEK_IGNORED_LOGS
inlogstash.env
has been changed to removecapture_loss
andstats
so that those diagnostic Zeek logs can be parsed without the user having to manually change this variable.ZEEK_CRON
has been removed fromzeek-live.env
andZEEK_INTEL_REFRESH_CRON_EXPRESSION
was removed fromzeek.env
and moved to the "offline" version of the container inzeek-offline.env
for adjustments to how Zeek intel files get generated among Malcolm's containers idaholab/Malcolm#456.EXTRACTED_FILE_PRUNE_THRESHOLD_MAX_SIZE
,EXTRACTED_FILE_PRUNE_THRESHOLD_TOTAL_DISK_USAGE_PERCENT
, andEXTRACTED_FILE_PRUNE_INTERVAL_SECONDS
were added tozeek.env
for provide threshold for pruning extracted files idaholab/Malcolm#453. See a new section of documentation on Managing disk usage for more information about these and similar settings.