Skip to content

Commit

Permalink
Merge branch 'main' into pr/3699
Browse files Browse the repository at this point in the history
  • Loading branch information
MariekeGO committed Sep 18, 2024
2 parents 4f0a0c7 + 144b45b commit 4af7f4e
Show file tree
Hide file tree
Showing 17 changed files with 390 additions and 14 deletions.
20 changes: 20 additions & 0 deletions release-notes/Cloud/DCP_change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,30 @@ The dataminer.services platform gets updated continuously. This change log can h
> [!NOTE]
> Many features on dataminer.services are dependent on DxMs. You can find the change logs for these under [DxM release notes](xref:DxM_RNs_index).
#### 17 September 2024 - Enhancement - Admin - Improved message when no usage data is found [ID 40796]

Improved the message when no usage data is available yet for a given organization.

#### 17 September 2024 - Fix - Remote Access (automatic) login not working with special characters in DataMiner account configuration [ID 40788]

If your DataMiner account contained one or more special characters, for example in the full name field, and you used Remote Access to the web apps (e.g. the Monitoring app via dataminer.services), it was not possible to log in or make use of the automatic login with a linked account. This has now been fixed.

#### 17 September 2024 - New feature - Admin - STaaS region registration and configuration tile [ID 40786]

It is now possible to register your DataMiner system for STaaS through the Admin app.

#### 17 September 2024 - Fix - Admin - Incorrect notation usage number [ID 40781]

The notation of the number 400,000 has been changed from 0,4M to 400K.

#### 17 September 2024 - Enhancement - Catalog - Catalog registration now only possible via API [ID 40772]

It is now no longer possible to register Catalog items using the Catalog app. Registration should be done using the Catalog API instead. For detailed information, see [Registering a Catalog item](xref:Register_Catalog_Item).

#### 17 September 2024 - Enhancement - Admin - 'Install latest available upgrades' button removed [ID 40768]

In the Admin app, the button to install all available DxM updates at once for a node is no longer available. As its functionality could be inconsistent, an improved version of the feature will be introduced in a later UI update for this page.

#### 16 September 2024 - Fix - Catalog - Incorrect description shown for Catalog item [ID 40771]

In case a connector Catalog item existed in the Catalog with the same name as another connector Catalog item, and that other item had a description available, it could occur that the description for the other item was shown for the first item.
Expand Down
12 changes: 12 additions & 0 deletions release-notes/Cube/Cube_Feature_Release_10.4/Cube_10.4.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ uid: Cube_Feature_Release_10.4.11

### Enhancements

#### Visual Overview: All dynamic text in the KPI stencil will now automatically be truncated [ID 40545]

<!-- MR 10.4.0 [CU8] - FR 10.4.11 -->

All dynamic text in the KPI stencil will now automatically be truncated with "..." to prevent it from exceeded the dimensions of a shape.

#### System Center - Logging: Additional log files available in DataMiner tab [ID 40676]

<!-- MR 10.3.0 [CU20] / 10.4.0 [CU8] - FR 10.4.11 -->
Expand Down Expand Up @@ -62,3 +68,9 @@ After you had opened a visual overview containing AlarmSummary shapes while bein
<!-- MR 10.3.0 [CU20] / 10.4.0 [CU8] - FR 10.4.11 -->

When, in an embedded Spectrum Analysis component, you used an inline preset with a measurement point linked to a card variable, that measurement point would incorrectly not be loaded.

#### Cube could leak memory each time you opened the 'Reports' page of a card [ID 40744]

<!-- MR 10.3.0 [CU20] / 10.4.0 [CU8] - FR 10.4.11 -->

DataMiner Cube could leak memory each time you opened the *Reports* page of a card.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ Up to now, on systems that do not allow ping commands to be executed, in some ca

From now on, when the virtual IP address check has concluded that the IP address is free after having executed the required number of ping commands, it will double-check by executing an arp command.

#### SLAnalytics - Behavioral anomaly detection: Enhanced variance increase detection [ID 40580]

<!-- MR 10.5.0 - FR 10.4.11 -->

Because of a number of enhancements, variance increase detection has been improved.

#### Automation: Enhanced locking when calling 'SetParameter' and 'GetParameter' on an element [ID 40682]

<!-- MR 10.3.0 [CU20]/10.4.0 [CU8] - FR 10.4.11 -->
Expand All @@ -58,6 +64,18 @@ The following calls have been improved:
- `GetParameterDisplayByPrimaryKey`
- `IsMatrixCrosspointConnected`

#### SLAnalytics will now wait longer for a message from SLNet announcing that it has finished loading the configuration [ID 40729]

<!-- MR 10.3.0 [CU20]/10.4.0 [CU8] - FR 10.4.11 -->

When starting up, up to now, SLAnalytics would wait up to 400 seconds for a message from SLNet announcing that it has finished loading the configuration. From now on, it will wait up to 20 minutes.

#### SLAnalytics: Maximum number of parameter changes processed by SLAnalytics will no longer be limited to 5000 per second [ID 40730]

<!-- MR 10.4.0 [CU8] - FR 10.4.11 -->

From now on, the maximum number of parameter changes processed by SLAnalytics will no longer be limited to 5000 per second.

### Fixes

#### ReIndexElasticSearchIndexes tool would incorrectly overwrite the existing mapping by the default mappings [ID 40073]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ The following calls have been improved:
- `GetParameterDisplayByPrimaryKey`
- `IsMatrixCrosspointConnected`

#### SLAnalytics will now wait longer for a message from SLNet announcing that it has finished loading the configuration [ID 40729]

<!-- MR 10.3.0 [CU20]/10.4.0 [CU8] - FR 10.4.11 -->

When starting up, up to now, SLAnalytics would wait up to 400 seconds for a message from SLNet announcing that it has finished loading the configuration. From now on, it will wait up to 20 minutes.

### Fixes

#### ReIndexElasticSearchIndexes tool would incorrectly overwrite the existing mapping by the default mappings [ID 40073]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ The following calls have been improved:
- `GetParameterDisplayByPrimaryKey`
- `IsMatrixCrosspointConnected`

#### SLAnalytics will now wait longer for a message from SLNet announcing that it has finished loading the configuration [ID 40729]

<!-- MR 10.3.0 [CU20]/10.4.0 [CU8] - FR 10.4.11 -->

When starting up, up to now, SLAnalytics would wait up to 400 seconds for a message from SLNet announcing that it has finished loading the configuration. From now on, it will wait up to 20 minutes.

#### SLAnalytics: Maximum number of parameter changes processed by SLAnalytics will no longer be limited to 5000 per second [ID 40730]

<!-- MR 10.4.0 [CU8] - FR 10.4.11 -->

From now on, the maximum number of parameter changes processed by SLAnalytics will no longer be limited to 5000 per second.

### Fixes

#### ReIndexElasticSearchIndexes tool would incorrectly overwrite the existing mapping by the default mappings [ID 40073]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,12 @@ From now on, SLSNMPManager will check whether the IP address of the trap matches
> [!NOTE]
> The IP address of a trap is either the source IP of the trap or the *agentaddress* binding (if the *useAgentBinding* communication option is being used).
#### SLAnalytics - Behavioral anomaly detection: Enhanced variance increase detection [ID 40580]

<!-- MR 10.5.0 - FR 10.4.11 -->

Because of a number of enhancements, variance increase detection has been improved.

### Fixes

#### Storage as a Service: Resources would not always be released correctly [ID 38058]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,26 @@ From now on, the displayed date will still be in local format, but the date that

A number of enhancements have been made with regard to the loading of user access data when configuring user access restrictions for dashboards or low-code apps.

#### Dashboards app: Enhanced 'Location' box in 'Create dashboard' and 'Dashboard settings' windows [ID 40692]

<!-- MR 10.3.0 [CU20] / 10.4.0 [CU8] - FR 10.4.11 -->

In the *Create dashboard* and *Dashboard settings* windows, the *Location* box has been reworked. It will now take up less screen real estate.

#### Dashboards/Low-Code Apps - Alarm table component: Enhanced performance when loading history alarms [ID 40696]

<!-- MR 10.3.0 [CU20] / 10.4.0 [CU8] - FR 10.4.11 -->

Because of a number of enhancements, overall performance of the *Alarm table* component has increased when loading history alarms.

#### Dashboards app: 'Preserve feed selections' option is now an advanced setting [ID 40709]

<!-- MR 10.3.0 [CU20] / 10.4.0 [CU8] - FR 10.4.11 -->

Up to now, whether you added `showadvancedsettings=true` to the dashboard's URL or not, the *Create folder* window and the *Folder settings* window would always show the *Preserve feed selections* option.

From now on, the *Preserve feed selections* option will only be visible when you add `showadvancedsettings=true` to the dashboard's URL.

### Fixes

#### Low-Code Apps - Form component: Dropdown fields containing elements, resources or service definitions would show an incorrect warning message [ID 40399]
Expand Down Expand Up @@ -158,3 +178,27 @@ In some cases, a *Web* component would not render a web page correctly when the
<!-- MR 10.3.0 [CU20] / 10.4.0 [CU8] - FR 10.4.11 -->

When you renamed a dashboard folder immediately after having renamed its parent folder, the folder would be renamed in the system but the UI would incorrectly still show the old name.

#### Dashboards/Low-Code Apps - Maps component: Problem when refreshing a map [ID 40697]

<!-- MR 10.3.0 [CU20] / 10.4.0 [CU8] - FR 10.4.11 -->

When a map was refreshed, in some cases, markers at the edges of the map would incorrectly disappear.

#### Low-Code Apps: New draft would incorrectly be a copy of a draft you discarded earlier [ID 40706]

<!-- MR 10.3.0 [CU20] / 10.4.0 [CU8] - FR 10.4.11 -->

When you discarded a draft of a published low-code app, and then created a new draft of that same app, the new draft would incorrectly not be a copy of the published low-code app. Instead, it would be a copy of the draft you discarded earlier.

#### Dashboards/Low-Code Apps - Timeline component: Problem with 'Highlight time range' or 'Set viewport' actions when a default timezone had been set [ID 40722]

<!-- MR 10.3.0 [CU20] / 10.4.0 [CU8] - FR 10.4.11 -->

When a default timezone had been set in the *C:\\Skyline DataMiner\\Users\\ClientSettings.json* file, in some cases, executing *Highlight time range* actions or *Set viewport* actions would have unexpected results.

#### Dashboards app: Problem when changing the name of several dashboard folders in rapid succession [ID 40752]

<!-- MR 10.3.0 [CU20] / 10.4.0 [CU8] - FR 10.4.11 -->

When you changed the name of several dashboard folders in rapid succession, in some cases, the Dashboards app could stop working.
1 change: 0 additions & 1 deletion tutorials/Dashboards_Low_Code_Apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ keywords: low-code, low code, lowcode
| [Creating a duration operator](xref:Creating_Duration_Operator) | Create a custom operator that calculates the duration based on two datetime values. |
| [Optimizing your custom operator](xref:Custom_Operator_Tutorial) | Optimize your custom operator while keeping an eye out for common pitfalls. |
| [Providing a custom sort order](xref:GQI_Redirect_Sort_Tutorial) | Implement a custom GQI column sort order using a custom operator. |
| [Forwarding dummy data to the GQI](xref:Ad_hoc_Tutorials) | Go through an example script that forwards dummy data to the GQI. |
| [Building a GQI data source that fetches satellites](xref:Ad_hoc_Tutorials_Satellites) | Go through an example script that forwards satellites data to the GQI. |
| [Creating a parameter table connected to an element feed](xref:Creating_a_parameter_table_connected_to_an_element_feed) | Create a parameter table connected to an element feed. |
| [Building a GQI data source that retrieves data from a DMS](xref:Ad_hoc_Tutorials_GQIDMS) | Create an ad hoc data source to retrieve data from your DMS. |
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To upload an upgrade package:
> When you upload a package, several [prerequisite checks](#prerequisite-checks) will be executed, so that you will immediately get informed if certain conditions or requirements for the update are not met yet.
> [!TIP]
> To be safe, upload the package at least a week before executing the upgrade.
> We recommend that you upload the package a few days before you execute the upgrade. This will allow you extra time to perform corrective actions in case any of the prerequisite checks fail.
### Have a backup at the ready

Expand Down
16 changes: 13 additions & 3 deletions user-guide/Advanced_Functionality/Databases/STaaS/STaaS.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,20 @@ For a self-hosted DataMiner System, follow the steps below to set up STaaS.
1. Make sure you have at least **DataMiner CloudGateway 2.8.0** installed on the system. See [Upgrading nodes to the latest DxM versions](xref:Managing_cloud-connected_nodes#upgrading-nodes-to-the-latest-dxm-versions).

1. Contact your Skyline representative or <[email protected]> to register your system to use STaaS.
1. Register your system to use STaaS:

> [!NOTE]
> If you have a specific preference with respect to the [data location and redundancy setup](#data-location-and-redundancy), let us know when you register your system.
1. Go to the [Admin app](https://admin.dataminer.services).

1. In the sidebar on the left, go to *Organization* > *Overview*.

1. In the *DataMiner Systems* section, click the system you want to register.

1. At the top of the page, in the *Storage as a Service* box, click the button *Get Started with STaaS*.

1. Fill in your preferred region and click *Initialize*.

> [!IMPORTANT]
> Only owners of a DataMiner System can register their system.
1. Wait until you receive confirmation that the **registration is completed**.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
uid: Ad_hoc_Tutorials
uid: Forwarding_dummy_data_to_GQI
---

# Forwarding dummy data to the GQI
Expand Down
Loading

0 comments on commit 4af7f4e

Please sign in to comment.