Elastic Search CVE-2021-44228 log4j2 RCE Vulnerability
13th December 2021
An official Skyline blog post has been published: responding to log4shell vulnerability
Answer
13th December 2021
An official Skyline blog post has been published: responding to log4shell vulnerability
13th December 2021
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 …
13th December 2021
Hello, As mentioned on the official Elastic blog website, this indeed is a way to prevent the exploit. Kind regards,
13th December 2021
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 …
13th December 2021
Note the light blue line is not a “prediction” but represents the actual value changes that happened since the graph was opened. From the moment the graph is opened, we …
13th December 2021
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 …
11th December 2021
Hi Penf, I could not find a method in the Engine class to retrieve the list of elements from a service. However, I found a possible way to do this …
11th December 2021
Hi Jim, You could use the DataMiner class library to retrieve the full table for a specific element. Please see below example: // Create a DMS object IDms dms = …
10th December 2021
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 …
10th December 2021
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.
10th December 2021
To elaborate on the first correct answer, some more information on the second question : If the protocol was downloaded by the customer from the update center of one of …
10th December 2021
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 …
10th December 2021
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 …
9th December 2021
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 …
9th December 2021
I believe since DELT was introduced you no longer have a correspondence between the DMAid in the element ID and the agent hosting that element, the info about the hosting …