- 04 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
What's New in Axonius 6.1.7
- Updated on 04 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Release Date: March 24th 2024
These Release Notes contain new features and enhancements added in version 6.1.7.
Read What's New in Axonius 6.1 to see all Axonius 6.1 features.
Axonius adds and updates adapters and enforcement actions all the time. Follow Ongoing updates to adapters and enforcement actions in Axonius 6.1.
Dashboard New Features and Enhancements
The following new features and enhancements were added to the Dashboards:
Chart Enhancements
Pivot Chart - Set Measure Color
You can now specify a color for each measure displayed in the Pivot chart. Measure colors are supported in Bar, Stacked Bar, and Matrix chart visualizations.
Assets Pages
Asset Investigation
Support for the following fields was added to Asset Investigation:
- Organizational Unit
- AD Is Domain Controller (DC)
- AD DHCP Server
Vulnerability Management Module New Features and Enhancements
The following new features and enhancements were added to the Vulnerability Management Module:
Detected Field on Vulnerabilities Repositories Page
A new 'Detected' field was added to the Vulnerabilities Repository page. This field indicates whether the Vulnerability was detected on Axonius or not.
Findings Center New Features and Enhancements
From the Alert drawer, it is now possible to pivot to the asset list related to the triggered alert exactly as it was at the time of the alert. This asset list is based on historical snapshots from the time of the alert.
Enforcement Center New Features and Enhancements
The following new features and enhancements were added to the Enforcement Center:
New regex_replace function
- The new regex_replace function checks if a specified
field's string value matches the pattern in regex_expression, and if it does, replaces it with the string (or function that returns a string) in replace_value.
Its syntax is:regex_replace ([field], regex_expression, replace_value)
- The new regex_replace function checks if a specified