New Features

Remote Agents  - Multiple Environment Support The platform now supports configuring one agent for multiple environments. Note that the agent usage (as defined by the license management) is based on number of environments. So for example:

  • 5 agent installations on 1 environment will be counted as 1 agent.
  • 1 agent with 5 configured environments is counted as 5 agents.

API Changes

The following SAML APIs have been added and you can see full details in the Swagger. https://{instance_url}/swagger/index.html

/api/external/v1/external-authentication-settings: GET - Retrieve all the external authentication providers. Note that the parameters are optional.

/api/external/v1/external-authentication-settings: POST - Add a new external authentication provider.

/api/external/v1/external-authentication-settings/{id}: GET - Retrieve info on a specific provider identified by their ID.

/api/external/v1/external-authentication-settings/{id}: DELETE - Delete a specific provider identified by their ID.

/api/external/v1/external-authentication-settings/{id}: PATCH - Update a specific provider but only need to send the specific fields you want updated

/api/external/v1/external-authentication-settings/{id}: PUT: Update a specific provider but must send all the fields

Bug Fixes

Reingested alert not being identified as duplicate and causing multiple events to be added to the existing alert (ID #1032784)