OpenSearch Multi-Cluster Offload

Hi Michael, Is this the setup you had in mind: https://docs.dataminer.services/user-guide/Advanced_Functionality/Databases/Indexing_database/OpenSearch_Database/Configuring_multiple_OpenSearch_clusters.html? If so, yes, it is 😊

Large files – ReplicationBuffer

Hi Arun, I’m not an expert on this matter, so my apologies if my explanation is not fully correct. AFAIK these files (data point updates) are being passed from the …

Opensearch – best way to stop the node for maintenance break

1. Disable shard allocation (before shutting down data nodes). PUT _cluster/settings { “persistent”: { “cluster.routing.allocation.enable”: “primaries” } } 2. Stop non-essential indexing and perform a flush (optional). POST /_flush 3. …

Web interface inaccessible from DataMiner Cube

Hi Daud, Have you also tried with the Edge engine? The Chromium engine is a bit outdated, and maybe the webserver is not accepting this version… If you choose Edge, …

Automated export of elements to CSV

Hi Sam, Another possible option is using DataAggregator. This DxM allows you to execute GQI queries remotely and store the results of these queries in a CSV file. You could …

Parameter name from a parameter ID

Hi Henri, For this case you can use the field parametername available in correlation rules. First you will need to add an extra script parameter in your automation script where …

Dataminer Cloud Solution- Port 443

Hi, To answer your first question: It is not possible to specify a custom port for the communication between the CloudGateway and dataminer.services. This communication is HTTPS and WSS based, …

Dataminer Cloud Solution- Port 443

I’m not sure about the details on the ports, but I can confirm already that indeed when you use the dashboard sharing, then the user will access the dashboard through …

Is it possible to specify the file extension when using FileSelector?

Hi Sebastian, this is possible using the AllowedFileNameExtensions property since DataMiner version 10.1.12, see https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Automation.UIBlockDefinition.AllowedFileNameExtensions.html. Unfortunately it seems that this is not supported yet by the interactive framework. Feel free …

Automated export of elements to CSV

I would recommend looking into User-Defined APIs | DataMiner Docs You could create an API call that returns all elements in DM. The tutorials might be a good way to …

CardVariable from Child shape

Hi Ryan, A card variable indeed shares a value for any Visual Overviews that are shown inside a card. This includes embedded Visual Overview or separate pages. If you want …