Elastic to Opensearch migration
21st October 2025
When I tested this, I did the following steps 1.) Take a snapshot 2.) Restore the snapshot onto Elastic 7.12 running in a Docker container (Opensearch requires the indexes to …
Answer
21st October 2025
When I tested this, I did the following steps 1.) Take a snapshot 2.) Restore the snapshot onto Elastic 7.12 running in a Docker container (Opensearch requires the indexes to …
21st October 2025
Hi Gerwin, That’s not possible right now. Alternatively, you could list all groups in a dropdown or grid and display the items from the selected group in a table. It’s …
21st October 2025
Hi Roger, You are correct on this. We highly recommend to install the security patches for .NET (hosting bundle), .NET framework (via OS updates), the OS itself, the Visual C++ …
21st October 2025
Hi Arbab, Can you try whether creating an Interop assembly from that Blackmagic design switchers assembly works? For this, you can use the Type Library Importer tool (TlbImp.exe) as follows …
21st October 2025
Hi Dario, This snippet shows the simplest way to email a report that includes a dashboard PDF: var mailReportOptions = new MailReportOptions(); mailReportOptions.ReportName = “MyFolder/MyDashboard”; mailReportOptions.SetMailOptions(new EmailOptions() { TO = …
21st October 2025
Hi Catarina, Y-axis settings on a trend graph in Cube are not saved or stored somewhere. You can set a predefined user setting whether the scaling is done automaticcaly or …
21st October 2025
The auto or manual preference is saved in your user settings, but the ranges themselves would require a mapping per trend instance for your entire system. This is not supported. …
20th October 2025
Hi, If a timer is not used, I would recommend not defining it. As soon as you define a timer, a timer object is created which consumes a bit of …
20th October 2025
Hi Nejra Thanks for raising this! As Alija mentioned, the behavior you’re seeing is indeed the default. To avoid this, a workaround could be to redesign the dialog so that …
20th October 2025
Hi Ömer, For now, only string values can be used as a feed value in the postActions of the Execute a Script action. In the future, we do plan to …
20th October 2025
Hi Miguel, The Dashboard Gateway and the DataMiner Agent must run on the same web version, so the gateway needs to be updated after every upgrade. In practice, that means …
20th October 2025
The warning should also prompt a reflection on whether a table is the right format to present this data. Why does the user need access to all rows? How will …
20th October 2025
Hi Fenta, If I recall correctly, that banner will only appear if your table is non-partial (see: General Main Release 10.5.0 – New features | RN39836) With such a large …
20th October 2025
It’s not possible to set the y axis range through Visio shape data. The trend graph follows the same logic as the one in data display, which is to use …
17th October 2025
Indeed, this data is not available in ElasticSearch/OpenSearch. It is actually not recommended to query ElasticSearch/OpenSearch directly. That is not immediately supported or documented, as this is considered internal storage …