Selector Release Notes p3531 Jul 15 to Oct 1 2025

Release Notes for Selector AI software releases

Selector Release Notes for p3531

New Features and Enhancements

New Toggle for PKCE

A new toggle for the PKCE option for OIDC is included for SSO Configuration (see bottom toggle below)

New PKCE Option

Password Policy Restrictions for Local Users

Password policy restrictions for Local user accounts are modified for better access security.

New Password Restrictions

Notification Provider and Rest Poller Password Masked

Notification provider and Rest poller configuration passwords are masked for better security. Change the type field to “secret” in any existing configuration (see bottom field in figures below).

New Password Masking 1

New Password Masking 2s

Telemetry of Most Used NL Alias Included

Note listing in figure below.

New Telemetry Listings

Display Thresholds on Line Plots

When more than one KPI is present in a lineplot, you need to click on a single KPI to know its corresponding threshold value.

Option to Edit IP Address or Hostname in Device Inventory

There is now an option to edit the IP address or hostname in the device inventory. Customers often have a huge inventory of devices from different vendors. As new devices are added, customers often want to conserve their IP addresses, and assign a new device an existing IP address. Since device and IP are the primary keys in the device_inventory table, customers had to delete the previous entry and add a new one which is manually intensive.

With this feature, S2AP now supports editing primary keys in Metastore Inventories. This enables customers to easily automate API operations, with minimum information, allowing faster operations that are less prone to errors.

New Edit Options

SNMP Traps Included in Correlation Engine

SNMP traps can be included in correlation engines in addition to syslogs for providing better insights.

Role Mapping Support

Selector now supports dynamically mapping fields from customer’s SSO to appropriate RBAC on the S2AP platform at login time. Role Mappers can be configured in the S2AP UI providing default role mapping as well as support for SSO Claims mapping (groups etc.). This is supported across such as Azure, Google, Okta as well as any generic OIDC capable IDP.

In this way, Selector ensures an enterprise-grade experience for customers: secure right-scoped role-based user access adhering to least privilege principles. This feature enables customers to meet their user access compliance needs.

New Role Mapping

Admin Experience Enhancements

Enhanced Topology Map

The topology map view is now enhanced to show direct routes.

New Topo Map

Timezone and Timestamp Hover

You can now hover and view timezone and timestamp information for better visibility.

New Hover Stamps

Drilldown Widget Descriptions

Widget descriptions are now included for drilldown queries.

New Widget Drilldown

Metastore2 API Enhancements

The v1 version of Inventory management APIs used for managing entries in a device inventory used a system generated id for inventory management operations like GET, PUT, DELETE.

The Metastore2 Inventory Management APIs have been enhanced to perform operations using Primary Keys. These are the v3 APIs. This greatly simplifies the device inventory management operations for customers who can use known primary keys rather than requiring them to track a random internal system ID.

With v3 APIs it is possible to retrieve a single entry in an inventory (GET operation) using all primary keys or with a single primary key when multiple primary keys are present.

The example below shows PUT and DELETE operations with Primary keys:

New Metastore2 Feature 1

New Metastore2 Feature 2

Primary keys for device_test inventory are ip and hostname, the example below shows a GET operation with only one of two primary keys:

New Metastore2 Feature 3