Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Status
titleRELEASE DATE: november 27, 2024

New features

Webapp: Root (parent) domains on multitenant structures are easily identifiable

We have added a label to easily identify root (parent) domains on multitenant structures.

Login

...

Left-side menu

...

Switching domains

...

Provisioning API: New endpoints to manage custom data access definitions

The Provisioning API now allows users to manage custom data access definitions. Learn more about the endpoints on the Domain operations page.

...

...

Webapp: Users with access to a large number of domains can find any domain during login or domain switching

Users with access to a large number of domains can see and find any domain during login or domain switching so they can easily log into it.

Login

  • The total number of domains available to the user is loaded asynchronously.

  • Users can search domains by name.

  • Pagination has been added for easier navigation.

...

Switching domains

  • Users can search domains by name.

  • Pagination has been added for easier navigation.

...

Webapp: Usability improvements to the Home page

Welcome message moved next to the page title

...

The top banner can be removed, instead of collapsing

...

The top banner can be removed completely

...

Cards cannot be closed individually

...

The buttons on shortcut cards stand out less

...

The ‘Usage Analytics’ shortcut footer has a cleaner layout

...

Bug fixes

...

Home page: The 'Usage Analytics' shortcut is visible on the Home page even if the user cannot access Usage Analytics.

  • We have reviewed the conditions around displaying the shortcut so it is only visible to users with access to Usage Analytics.

Home page: Certain shortcut cards (i.e., Community, Documentation, and Demo data) were being displayed to customers with “white label” configurations.

...

Lookups API: new endpoints to manage “sliding window lookups”

The Lookups API now allows the creation of a new type of query lookup that simulates a sliding window. Learn more about the endpoints on the Lookups API page.

...

To define the sliding window, we need to define a window size and a refresh period.

Code Block
{
 "visibility": {
   "type": "creator-only"
 },
 "query": "from box.unix group by machine, srcIp",
 "key": {
     "type": "column",
     "column": "machine"
 },
 "windowSize": "30d",
 "refreshPeriod" : "5m"
}

Usage Analytics - Overview tab

The “Ingestion per technology” widget has been replaced by “Daily ingestion” as the “Ingestion per technology” widget is available in the “Ingestion & Licensing” tab.

...

Bug fixes

  • Fixed an issue with the query editor autocomplete in Alerts and Flows

  • Fixed an issue with the “Status” and “Priority“ dropdown menus were getting truncated in certain scenarios

Deprecation Notice: Applications gallery

Note

Applications gallery is being replaced by Exchange.

  • Deprecation date: – No further updates or support.

  • Removal date: – Feature will be removed.

Please switch to Exchange before the removal date.