Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

RELEASE DATE: NOVEMBER 27, 2024

New features

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.

image-20241119-101801.png

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.

{
 "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.

image-20241127-100333.png

Deprecation Notice: Applications gallery

The 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.

  • No labels