- 29 Aug 2024
- 2 Minutes to read
- Print
- DarkLight
- PDF
What's New in Axonius 6.1.28
- Updated on 29 Aug 2024
- 2 Minutes to read
- Print
- DarkLight
- PDF
Release Date: August 18th 2024
These Release Notes contain new features and enhancements added in version 6.1.28.
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:
Dashboard Management Enhancements
Updating Permissions of Underlying Chart Queries when Updating a Dashboard
When updating access permissions of a dashboard, the ability has been added to update the access permissions of the queries used in the included charts at the same time. A message is displayed listing the affected charts, the relevant queries, and where the queries are used.
Chart Enhancements
Findings Module's Alerts Supported in Pivot and Field Segmentation Charts
The Pivot Chart and Field Segmentation Chart can now display data from alerts in the Findings module. This allows users to:
- Select 'Findings' from the chart's 'Modules' drop-down
- Select saved 'Finding alerts' queries
- Filter the chart data with Finding alerts' filters
Assets Pages
The following features were added to all assets pages:
Refine Data for the Entire Assets Table
In addition to refining data for each field separately in an Assets table, you can now manage data refinement for all table fields in a single dialog. The new, general Refine Data dialog allows users to select multiple fields to refine and assign each of them a refinement method of their choice.
View a Complex Field Table Inside Another Complex Field
When a complex field contains another complex field, a column is created in the complex field's table with a link to open the inner field in a separate page. This makes it easier to view the data and navigate between complex fields.
Devices Page New Features and Enhancements
The following new features and enhancements were added to the Devices page.
EOL/EOS and Latest Version Support for AlmaLinux
Devices in Axonius now support 'End of Life', 'End of Support', 'Latest Version', and 'Is Latest Version' for the AlmaLinux operating system.
Administrator Settings New Features and Enhancements
The following updates were made to various Administrator settings:
External Password Manager
The configuration for the CyberArk Privilege Cloud Vault password manager was updated to be the same as that of the CyberArk Privileged Account Security adapter and to use the same connection.
Enforcement Center New Features and Enhancements
The following new features and enhancements were added to the Enforcement Center:
Dynamic Value Statement Updates
The following updates were made to the Dynamic Value statement functionality:
New Functions
The following function can now be used in a Dynamic Value statement:
- array
- The new array function creates an array of multiple fields. Each field input to the function can be an adapter field or text string. The array resulting from this function can be written into a single multi-value custom field (of type array (list)). This enables taking multiple values from different fields and aggregating them into a single custom list field.
Syntax: array ([adapter.field1], [adapter.field2], ..., [adapter.fieldN])
- The new array function creates an array of multiple fields. Each field input to the function can be an adapter field or text string. The array resulting from this function can be written into a single multi-value custom field (of type array (list)). This enables taking multiple values from different fields and aggregating them into a single custom list field.