For further information, see the release blogpost
Coordinated Versions
- Server: 2.24.11
- JS client: 3.7.1
- Python client: 0.9.69
New Features
- Azure Marketplace: Azure Graphistry homepage and support docs
- BYOL enterprise Azure: support docs
- AWS CloudTrails ontology is now built-in
- Ontology: Column names with "." are now allowed in setting ontology.products[].colTypes.<columnName>
Docs
- 500/502 error pages more instructive during system start
- For managed installations, login greeting provides pointers to key administration areas
Administration
- Sample Red Hat Enterprise Linux 7.6 (RHEL 7.6) Nvidia environment setup script
- Sample Ubuntu 18.04 LTS Nvidia environment setup script
- Folder etc/scripts/*:
- For enterprise (non-marketplace) admins during initial setup, "./etc/scripts/toggle-nvidia-docker.sh on" to edit /etc/docker/daemon.json with nvidia runtime as the default and restart docker
- Experimental migrate.sh and update-dns.sh: We expect these to evolve over the next 3mo
Fixes
- docker-compose.yml: host volume paths switch from "${PWD}" to "./"
- Investigator nav links to notebook home instead of demos
- Remapped many ontology types from special type event to regular type message, achieving expected interactions with features such as direct connect
- Changed Jupyter version to avoid an authorization bug in exporting .ipynb files
Migration
- Breaking change:
- Custom ontology "ontology.products = {<name>: ...}" is now "ontology.products = [ {name: "...", ...}, ... ]" (no automatic migration)
- Ontology "colTypes" previously mapping to event now map to "message", which would impact re-running investigations manually configured to use them for pivot expansions
- Recommended: Update custom ontology type mappings of "=> event" to "=> message"
Comments
0 comments
Please sign in to leave a comment.