Turning on TLS for Cassandra for both inter-node and client access
5th September 2025
Hi Andrew, DataMiner requires a minor configuration change in order to support the client-server TLS, which you can find this documented here. Kind regards,
Answer
5th September 2025
Hi Andrew, DataMiner requires a minor configuration change in order to support the client-server TLS, which you can find this documented here. Kind regards,
4th September 2025
Hi Daniel, I performed a small test and you will need to use the write parameter PID (instead of the read parameter ID). To determine the write parameter ID, you …
4th September 2025
Hi Donny, It’s not possible to link your Microsoft Azure groups with dataminer.services. Currently, the only way to provision users in dataminer.services is by manually adding them to your organization. …
4th September 2025
Hi Enver, All valid SVG files should work for the component. Does it work with other SVGs when you configure them in the same way? Does the image fetch correctly …
4th September 2025
Hi Sofian, Trend template groups don’t exist. Currently, this functionality is only available for alarm templates.
4th September 2025
Ah yes, it takes an scripts dummy: ScriptDummy dummyArista = engine.GetDummy(“sawd-dist3”); That one does not get set through by calling the script through the api route.
4th September 2025
Hi Jonas, As far as I know it is not possible to make operations on a trend graph (in Cube). As you suggested, this will imply a connector update. As …
3rd September 2025
Hi Dzenis, I believe this is the information you are looking for where you can Organize the apps on the landing page into different sections: Organizing the apps on the …
3rd September 2025
Hi David, Here are a couple possibilities: There is a user setting ‘Enable coloring when severity is normal or undefined’, more info here: User settings | DataMiner Docs. This setting …
3rd September 2025
Does the script require the input of an element that you try to change?
3rd September 2025
Hi Isabel, You shouldn’t have any errors or critical events after upgrading DataMiner. Note that DataMiner upgrade will only affect to your two DMAs. Cassandra and OpenSearch will not be …
3rd September 2025
Hi Rui, A bug in Cube is preventing you from editing the parent service. We have a task for this on our backlog.
3rd September 2025
I was able to achieve this by using Monitor classes available on the nugets: Skyline.DataMiner.Core.DataMinerSystem.Common var connection = args.DMS.GetConnection(); // Best clone it for long term usage. IDms dms = …
3rd September 2025
Hi João, The maps component can show this error when the API key for Google Maps isn’t correctly configured. The key can be missing, have no associated billing account, … …
2nd September 2025
Hi Sebastian, To retrieve data from logger tables stored in Elastic, you must use Nest NuGet (based on Elastic) to execute Elastic Client queries and get the table. Take into …