dataminer automation script, get elements from service name

Hi Pengf, Below an equivalent method using only Engine class: public static IEnumerable<Element> FindElementsInService(this Engine engine, Service service) { if (engine == null) { throw new ArgumentNullException(nameof(engine)); } if (service …

Elastic Search CVE-2021-44228 log4j2 RCE Vulnerability

Dear Skyline teams, I would like to confirm that customers are asking for any sensitivity of DataMiner regarding the log4j vulnerability. Personally I don’t think there is any relation because …

Encoding of the log files

Hi Michiel, Most logfiles are written through the SLLog process. SLElementInProtocol.txt is one of the exceptions. I assume it’s currently being written using the default system ANSI code page. I …

Exclude Element Option on Service Templates

Hi Dino, Yes I believe we can solve this by choosing a “Templated element” instead of a “Fixed element” when specifying the included element in the service template: When selecting …

Offline Copy of DataMiner Core API

Hi Russ, Could you try the following URL: http://<DMA IP Address>/API/v1/soap.asmx This page (available on each DMA agent) shows all the methods exposed by the API.

Dataminer api calls get lost via shared hostname

Hi Paul, Can you please let us know which version of DataMiner you’re currently using? If everything is set up correctly, then the IIS configuration on the standby server should …

DataMiner correlation action to create ticket

Hi Steven, After a quick investigation, this seems to be a software issue. If we look at the correlation logging we can see that the ticket is created in the …

Alarm Template: baseline behaviour

Thomas, this is the trend data retrieved: This the alarm template for the parameter: I’ve added my interpretation below – I think the lower Delta was originally missing or at …