How to know the running version of a standard solution

Hello, I needed the same for the SRM standard solution. They store the version number in C:\Skyline DataMiner\Webpages\SRM_About.txt. I’m not sure if this is common for all other standard solutions.

Elastic Backup

Hello Jochen, This is indeed not getting cleaned up. I would also like to note that snapshots are sequential, which means that snapshot 2 will use snapshot 1 to build …

Is it possible to use Grafana with Elastic DB ?

Hi Bernard, Out of the box, Grafana supports integrating data from an Elasticsearch db, so the short answer is ‘Yes’. A few considerations have to be made though. The DataMiner …

TryCreateServiceMessage -> ElementsToConsider

Hi Pedro, The ElementsToConsider property only supports filtering to the list of elements below a certain view. It cannot be used to filter to specific elements. The syntax of the …

Service creation from QAction

Hi Pedro, This is expected behavior when the number of elements included in the service exceeds the threshold (by default set to 20). In case you would like to change …

AWS EC2 driver

Sergio Not aware of anything directly through the DataMiner for this at the moment. Cloudwatch is best suited for the monitoring aspects of the AWS services, and you can also …

Password lost / Recovery option

Alain, Ive, I’ve added a feature proposal as I can see the benefits here – as well as having some sort of native correlation that can send any new local user …

Automation script C# SshClient Namespace reference

Hi Daniel, You could use the library sshnet (Renci.Sshnet). You will need to copy the DLL to the folder C:\Skyline DataMiner\ProtocolScripts More details about how to reference DLLs can be …

Automation script C# SshClient Namespace reference

Hi Daniel, You will need to install the SSH.Net nuget package and add a reference to the Renci.SshNet namespace by adding “using Renci.SshNet;” on top of your script. Depending on …

Password lost / Recovery option

Hi Alain, A local DataMiner user that can no longer access the system, will need the help of a DataMiner administrator to reset their password. The administrator will have to …