Is the clientapps.lic file still required?
22nd February 2023
Hi Jordy, The clientapps.lic was used in previous DataMiner versions, but nowadays consider this obsolete. Kind Regards, Jarno
Answer
22nd February 2023
Hi Jordy, The clientapps.lic was used in previous DataMiner versions, but nowadays consider this obsolete. Kind Regards, Jarno
22nd February 2023
Naveen Please note that we no longer recommend any production deployments with Cassandra database only; please refer to Supported system data storage architectures | DataMiner Docs . However, you can install Elasticsearch …
22nd February 2023
In the db.xml file we indeed no longer include the ElasticSearch db from 10.2.0 and 10.1.3 onwards. Below is an example of a similar setup. The data is offloaded to …
22nd February 2023
Hi Daniel, Although I can’t guarantee the compatibility, typically not much changes to the functionality of the Alerter and the communication with the DataMiner agent. I don’t think you’ll need …
22nd February 2023
Hi Naveen, please find here the link of features requiring Cassandra & Elasticsearch: Data Storage Architecture – DataMiner Dojo
22nd February 2023
Yes, the layout of a notification message can be changed as described in following link: https://docs.dataminer.services/user-guide/Advanced_Functionality/Security/Advanced_security_configuration/Customizing_the_layout_of_notification_messages.html
22nd February 2023
Only the pattern matching feature needs Elastic. This will not work without it. Behavioral Anomaly detection is a bit special in that regard. It will work without Elastic. However, you …
22nd February 2023
Hi Bernard, I believe you could use the severity filter, to only show specific severities. The group alarm is likely a suggestion, so unticking the suggestion box might do the …
22nd February 2023
Hi Bernard, these “Alarm Group” alarms have a Severity “Suggestion”. So you can easily filter these out. Hope this will result in the expected behavior?
22nd February 2023
Hi Philip, You could use the GetInfoMessage SLNet call with the Type option set to LocalDataMinerInfo. var message = new GetInfoMessage(-1, InfoType.LocalDataMinerInfo); var response = (GetDataMinerInfoResponseMessage)engine.SendSLNetSingleResponseMessage(message); string agentName = response.AgentName; …
22nd February 2023
Hi Samuel, do you prefer any random color, or some fixed/pre-defined ones? That should be possible using the iconref. A few colors are currently available in a circle format (see …
22nd February 2023
The popup in your first screenshot is Cube not trusting the certificate of the agent you are connected to (A). That will probably be solved by fixing the hostname in …
22nd February 2023
Hi Jens, Thanks for your suggestion but it did not work I’m afraid. I’m using the session variable in router control componentOptions as below, would it be why it’s not …
22nd February 2023
Hi Paul, Can you make use of a PageVariable instead of a SessionVariable?
22nd February 2023
Hi Laurens, is the <https> tag in your maintenancesettings.xml configured correctly with the new dns name? If this tag is not set correctly the logs will not be accessible.